#include <inference_engine.hpp>#include <ie_iextension.h>#include <opencv2/opencv.hpp>#include <easylogging++.h>

Go to the source code of this file.
Classes | |
| class | openvino_helpers::error_listener |
Namespaces | |
| openvino_helpers | |
Functions | |
| cv::Rect | openvino_helpers::adjust_face_bbox (cv::Rect const &r, float enlarge_coefficient=1, float dx_coefficient=1, float dy_coefficient=1) |
| float | openvino_helpers::calc_intensity (const cv::Mat &src) |
| template<typename T > | |
| void | openvino_helpers::matU8ToBlob (const cv::Mat &orig_image, InferenceEngine::Blob::Ptr &blob, int batchIndex=0) |
| std::vector< std::string > | openvino_helpers::read_labels (std::string const &filename) |
| std::string | openvino_helpers::remove_ext (const std::string &filepath) |
| static InferenceEngine::Blob::Ptr | openvino_helpers::wrapMat2Blob (const cv::Mat &mat) |