Public Member Functions | |
| detector_and_labels (std::string const &path_to_xml) | |
| void | load_labels () |
| openvino_helpers::object_detection * | operator-> () |
Public Attributes | |
| std::shared_ptr< openvino_helpers::object_detection > | detector |
| std::vector< std::string > | labels |
Definition at line 32 of file rs-dnn-vino.cpp.
|
inline |
Definition at line 37 of file rs-dnn-vino.cpp.
|
inline |
Definition at line 44 of file rs-dnn-vino.cpp.
|
inline |
Definition at line 42 of file rs-dnn-vino.cpp.
| std::shared_ptr< openvino_helpers::object_detection > detector_and_labels::detector |
Definition at line 34 of file rs-dnn-vino.cpp.
| std::vector< std::string > detector_and_labels::labels |
Definition at line 35 of file rs-dnn-vino.cpp.