image_denoise_openmp_test


image_denoise_openmp_test, a C code which calls image_denoise_openmp(), which uses the median filter to try to remove noise from an image, using OpenMP to carry out the filtering in parallel.

Licensing:

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

Related Data and Programs:

image_denoise_openmp, a C code which applies simple filtering techniques to remove noise from an image, carrying out the operation in parallel using OpenMP.

Source Code:

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


Last revised on 05 March 2017.