Create a binary image based on setting a threshold value on the pixel intensity of the original image. 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_Threshold (int value) | |
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 |
Create a binary image based on setting a threshold value on the pixel intensity of the original image. Use in C++ -compatible API.
value | The max value. |
|
inline |