ImagePreProcessInfo
Function Usage
It is a class constructor.
Prototype
ImagePreProcessInfo();
ImagePreProcessInfo(uint32_t width, uint32_t height);
ImagePreProcessInfo(uint32_t widthResize, uint32_t heightResize, uint32_t widthOriginal, uint32_t heightOriginal);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
width |
Input |
Image width |
height |
Input |
Image height |
widthResize |
Input |
Width for resizing |
heightResize |
Input |
Height for resizing |
widthOriginal |
Input |
Width of the original image |
heightOriginal |
Input |
Height of the original image |
Parent topic: ImagePreProcessInfo