OCR_IMG_Rotate Struct Reference

Rotate 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_Rotate (double angle)
 

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

Rotate original image. Use in C++ -compatible API.

Parameters
angleAngle of rotation.

From -360 to 360

Constructor & Destructor Documentation

◆ OCR_IMG_Rotate()

OCR_IMG_Rotate::OCR_IMG_Rotate ( double  angle)
inline