Classes | |
| class | age_gender_detection |
| struct | base_detection |
| class | detected_object |
| class | error_listener |
| struct | object_detection |
Typedefs | |
| typedef std::list< detected_object::ptr > | detected_objects |
Functions | |
| cv::Rect | adjust_face_bbox (cv::Rect const &r, float enlarge_coefficient=1, float dx_coefficient=1, float dy_coefficient=1) |
| float | calc_intensity (const cv::Mat &src) |
| detected_object::ptr | find_object (cv::Rect rect, detected_objects const &objects) |
| template<typename T > | |
| void | matU8ToBlob (const cv::Mat &orig_image, InferenceEngine::Blob::Ptr &blob, int batchIndex=0) |
| std::vector< std::string > | read_labels (std::string const &filename) |
| std::string | remove_ext (const std::string &filepath) |
| static InferenceEngine::Blob::Ptr | wrapMat2Blob (const cv::Mat &mat) |
| typedef std::list< detected_object::ptr > openvino_helpers::detected_objects |
Definition at line 52 of file detected-object.h.
|
inline |
Definition at line 154 of file openvino-helpers.h.
|
inline |
Definition at line 124 of file openvino-helpers.h.
| detected_object::ptr openvino_helpers::find_object | ( | cv::Rect | rect, |
| detected_objects const & | objects | ||
| ) |
Definition at line 42 of file detected-object.cpp.
| void openvino_helpers::matU8ToBlob | ( | const cv::Mat & | orig_image, |
| InferenceEngine::Blob::Ptr & | blob, | ||
| int | batchIndex = 0 |
||
| ) |
Definition at line 33 of file openvino-helpers.h.
|
inline |
Definition at line 136 of file openvino-helpers.h.
|
inline |
Definition at line 112 of file openvino-helpers.h.
|
static |
Definition at line 85 of file openvino-helpers.h.