JudgeResizeType
Function Usage
Checks whether the resizing type contained in the image information is valid.
Prototype
1 | bool PostProcessBase::JudgeResizeType(const ResizedImageInfo& resizedImageInfo); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
resizedImageInfo |
Input |
Input image information. |
Response Parameters
Data Structure |
Description |
|---|---|
bool |
Indicates whether the resizing type contained in the image information is valid. |
Parent topic: PostProcessBase