ContrastCorrectionFilter
ContrastCorrectionFilter()
Contrast correction filter.
public static PreprocessingFilter ContrastCorrectionFilter()
Return Value
ContrastCorrectionFilter object.
See Also
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR
ContrastCorrectionFilter(Rectangle)
Contrast correction filter for the part of the image.
public static PreprocessingFilter ContrastCorrectionFilter(Rectangle area)
Parameter | Type | Description |
---|---|---|
area | Rectangle | Coordinates of the part of the image to be corrected. |
Return Value
ContrastCorrectionFilter object.
See Also
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR