OCR_IMG_Grayscale Struct Reference

Converts an image to grayscale image. Grayscale image have 256 level of light in image (0 to 255). 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_Grayscale ()
 

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

Converts an image to grayscale image. Grayscale image have 256 level of light in image (0 to 255). Use in C++ -compatible API.

Constructor & Destructor Documentation

◆ OCR_IMG_Grayscale()

OCR_IMG_Grayscale::OCR_IMG_Grayscale ( )
inline