Preprocessing filter type base structure. Use in C++ -compatible API. More...
#include <C:/Users/figor/programming/project/aspose.ocr-for-cpp/doc_gen/aspose_ocr.h>
Inherited by OCR_IMG_Autoskew, OCR_IMG_Binarize, OCR_IMG_Contrast_Correction, OCR_IMG_Denoising, OCR_IMG_Dilate, OCR_IMG_Grayscale, OCR_IMG_Invert, OCR_IMG_Median, OCR_IMG_Resize, OCR_IMG_Rotate, OCR_IMG_Scale, and OCR_IMG_Threshold.
Public Attributes | |
preprocessing_filters_choice | process_name |
double | angle |
double | ratio |
int | threshold_max_value |
int | new_width |
int | new_height |
Preprocessing filter type base structure. Use in C++ -compatible API.
double filter_operation::angle |
int filter_operation::new_height |
int filter_operation::new_width |
preprocessing_filters_choice filter_operation::process_name |
double filter_operation::ratio |
int filter_operation::threshold_max_value |