Converts an image to black-and-white image. Binary images are images whose pixels have only two possible intensity values. They are normally displayed as black and white. Numerically, the two values are often 0 for black, and 255 for white. Binary images are produced by auto thresholding an 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_Binarize () | |
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 |
Converts an image to black-and-white image. Binary images are images whose pixels have only two possible intensity values. They are normally displayed as black and white. Numerically, the two values are often 0 for black, and 255 for white. Binary images are produced by auto thresholding an image. Use in C++ -compatible API.
|
inline |