AutoDenoising

AutoDenoising()

Enables the use of an additional neural network to improve the image - reduce noise. Useful for images with scan artifacts, distortion, spots, flares, gradients, foreign elements.

public static PreprocessingFilter AutoDenoising()

Return Value

AutoDenoisingFilter object.

See Also


AutoDenoising(Rectangle)

Enables the use of an additional neural network to improve the image part - reduce noise. Useful for images with scan artifacts, distortion, spots, flares, gradients, foreign elements.

public static PreprocessingFilter AutoDenoising(Rectangle area)
ParameterTypeDescription
areaRectangleCoordinates of the part of the image to be corrected.

Return Value

AutoDenoisingFilter object.

See Also