ImagePreProcessInfo
Function Usage
Class constructor.
Prototype
1 | ImagePreProcessInfo::ImagePreProcessInfo(); |
1 | ImagePreProcessInfo::ImagePreProcessInfo(uint32_t width, uint32_t height); |
1 | ImagePreProcessInfo::ImagePreProcessInfo(uint32_t widthResize, uint32_t heightResize, uint32_t widthOriginal, uint32_t heightOriginal); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
width |
Input |
Image width. |
height |
Input |
Image height. |
widthResize |
Input |
Width for resizing. |
heightResize |
Input |
Height for resizing. |
widthOriginal |
Input |
Original image width. |
heightOriginal |
Input |
Original image height. |
Parent topic: ImagePreProcessInfo