The median filter run through each element of the image and replace each pixel with the median of its neighboring pixels. Use in C++ -compatible API. More...
#include <C:/Users/figor/programming/project/aspose.ocr-for-cpp/doc_gen/aspose_ocr.h>
Inherits filter_operation.
Public Member Functions | |
OCR_IMG_Median () | |
Additional Inherited Members | |
Public Attributes inherited from filter_operation | |
preprocessing_filters_choice | process_name |
double | angle |
double | ratio |
int | threshold_max_value |
int | new_width |
int | new_height |
The median filter run through each element of the image and replace each pixel with the median of its neighboring pixels. Use in C++ -compatible API.
|
inline |