CoordinatesReduction
Function Usage
A protected member function that scales the coordinate data. It is invoked for internal use only. Do not use it.
Prototype
1 | void ObjectPostProcessorBase::CoordinatesReduction(ImageInfo& imgInfo, std::vector<ObjDetectInfo>& objInfos); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
objInfos |
Output |
Output information such as the coordinates, type, and confidence of the detected object. |
imgInfo |
Input |
Image information (including the original and resized widths and heights). |
Parent topic: ObjectPostProcessorBase