Median
Median()
The median filter run through each element of the image and replace each pixel with the median of its neighboring pixels.
public static PreprocessingFilter Median()
Return Value
MedianFilter object.
See Also
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR
Median(Rectangle)
The median filter run through each element of the image part and replace each pixel with the median of its neighboring pixels.
public static PreprocessingFilter Median(Rectangle area)
Parameter | Type | Description |
---|---|---|
area | Rectangle | Coordinates of the part of the image to be corrected. |
Return Value
MedianFilter object.
See Also
- class PreprocessingFilter
- namespace Aspose.OCR.Models.PreprocessingFilters
- assembly Aspose.OCR