image_denoise_test


image_denoise_test, a C++ code which calls image_denoise(), which uses the median filter to try to remove noise from an image.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

image_denoise, a C++ code which applies simple filtering techniques to remove noise from an image.

Source Code:

BALLOONS is an RGB image of a couple with balloons, to which salt and pepper noise has been added.

GLASSWARE is a grayscale image of glassware, to which salt and pepper noise has been added.


Last revised on 18 March 2020.