ResizeReduction
Function Usage
A protected member function that scales the input image information. It is invoked for internal use only. Do not use it.
Prototype
void ResizeReduction(const ResizedImageInfo &resizedImageInfo, TextObjectInfo &textObjInfo);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
textObjectInfo |
Output |
Information such as coordinates of the text bounding box |
resizedImageInfo |
Input |
Image information |
Parent topic: TextObjectPostProcessBase