LogObjectInfos
Function Usage
A protected member function that prints information such as the coordinates and confidence level of the detected object. It is used only for debugging. (It is invoked for internal use only. Do not use it.)
Prototype
void LogObjectInfos(const std::vector<std::vector<ObjectInfo>>& objectInfos);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
objInfos |
Input |
Information such as the coordinates, type, and confidence level of the detected object |
Parent topic: ObjectPostProcessBase