AutoDenoising
Contents
[
Hide
]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
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR
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)
Parameter | Type | Description |
---|---|---|
area | Rectangle | Coordinates of the part of the image to be corrected. |
Return Value
AutoDenoisingFilter object.
See Also
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR