OCR_IMG_Resize Struct Reference

Rescale image - Upscale or downscale image resolution. 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_Resize (int width, int height)
 

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

Rescale image - Upscale or downscale image resolution. Use in C++ -compatible API.

Parameters
widthThe new width of the image.
heightThe new height of the image.

Constructor & Destructor Documentation

◆ OCR_IMG_Resize()

OCR_IMG_Resize::OCR_IMG_Resize ( int  width,
int  height 
)
inline