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
1 | void TextObjectPostProcessBase::ResizeReduction(const ResizedImageInfo &resizedImageInfo, TextObjectInfo &textObjInfo); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
textObjectInfo |
Output |
Information such as coordinates of the text bounding box. |
resizedImageInfo |
Input |
Image information. |
Parent topic: TextObjectPostProcessBase