OCR_IMG_Threshold Struct Reference

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
 

Detailed Description

Create a binary image based on setting a threshold value on the pixel intensity of the original image. Use in C++ -compatible API.

Parameters
valueThe max value.

Constructor & Destructor Documentation

◆ OCR_IMG_Threshold()

OCR_IMG_Threshold::OCR_IMG_Threshold ( int  value)
inline