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

1
void ObjectPostProcessBase::LogObjectInfos(const std::vector<std::vector<ObjectInfo>>& objectInfos);

Parameters

Parameter

Input/Output

Description

objectInfos

Input

Information such as the coordinates, type, and confidence level of the detected object.