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 |
Rescale image - Upscale or downscale image resolution. Use in C++ -compatible API.
width | The new width of the image. |
height | The new height of the image. |
|
inline |