#include <detected-object.h>
Definition at line 18 of file detected-object.h.
| openvino_helpers::detected_object::detected_object |
( |
size_t |
id, |
|
|
std::string const & |
label, |
|
|
cv::Rect const & |
location, |
|
|
cv::Rect const & |
depth_location = cv::Rect {}, |
|
|
float |
intensity = 1, |
|
|
float |
depth = 0 |
|
) |
| |
|
explicit |
| virtual openvino_helpers::detected_object::~detected_object |
( |
| ) |
|
|
inlinevirtual |
| float openvino_helpers::detected_object::get_depth |
( |
| ) |
const |
|
inline |
| cv::Rect const& openvino_helpers::detected_object::get_depth_location |
( |
| ) |
const |
|
inline |
| size_t openvino_helpers::detected_object::get_id |
( |
| ) |
const |
|
inline |
| float openvino_helpers::detected_object::get_intensity |
( |
| ) |
const |
|
inline |
| std::string const& openvino_helpers::detected_object::get_label |
( |
| ) |
const |
|
inline |
| cv::Rect const& openvino_helpers::detected_object::get_location |
( |
| ) |
const |
|
inline |
| void openvino_helpers::detected_object::move |
( |
cv::Rect const & |
location, |
|
|
cv::Rect const & |
depth_location = cv::Rect {}, |
|
|
float |
intensity = 1, |
|
|
float |
depth = 0 |
|
) |
| |
|
inline |
| float openvino_helpers::detected_object::_depth |
|
private |
| cv::Rect openvino_helpers::detected_object::_depth_location |
|
private |
| size_t openvino_helpers::detected_object::_id |
|
private |
| float openvino_helpers::detected_object::_intensity |
|
private |
| cv::Rect openvino_helpers::detected_object::_location |
|
private |
The documentation for this class was generated from the following files: