RemoveNoise Method of the ImageProcessingTools Object
This method removes ISO noise from color photos. The method is primarily designed for preprocessing the images obtained by a digital camera.
Important! This method can be used for color images only.
Syntax
Visual Basic .NET
Function RemoveNoise( _ Image As Image, _ Params As DenoiseFilterParams _ ) As Image
C++
HRESULT RemoveNoise( IImage* Image, IDenoiseFilterParams* Params, IImage** Result );
Parameters
- Image
- [in] This variable refers to the Image object which is to be preprocessed.
- Params
- [in] This parameter of the DenoiseFilterParams type specifies the parameters of noise detection. This parameter may be 0. In this case the parameters will be detected automatically based on real noise on the image. The parameters, which are selected in automatic mode, are in most cases optimal for the best recognition quality of prepared image.
- Result
- [out, retval] A pointer to the IImage* pointer variable that provides access to the preprocessed image. If no noise is detected on the image, the initial image is returned.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30