ImageProcessing.denoise_image

giant.image_processing:

ImageProcessing.denoise_image(image)[source]

This method is used to optionally denoise the image before a number of the other techniques contained in this class.

The method applies the denoising technique specified in the image_denoising attribute. The returned 2D numpy array is the image after applying the denoising technique.

Parameters:

image (ndarray) – The image to be denoised

Returns:

The denoised image

Return type:

ndarray