#include <object-detection.h>
Public Attributes | |
float | confidence |
int | label |
cv::Rect | location |
Definition at line 20 of file object-detection.h.
float openvino_helpers::object_detection::Result::confidence |
Definition at line 23 of file object-detection.h.
int openvino_helpers::object_detection::Result::label |
Definition at line 22 of file object-detection.h.
cv::Rect openvino_helpers::object_detection::Result::location |
Definition at line 24 of file object-detection.h.