#include <object-detection.h>
|
void | enqueue (const cv::Mat &frame) |
|
std::vector< Result > | fetch_results () |
|
float | get_height () const |
|
float | get_width () const |
|
| object_detection (const std::string &pathToModel, double detectionThreshold, bool isAsync=true, int maxBatch=1, bool isBatchDynamic=false, bool doRawOutputMessages=false) |
|
InferenceEngine::CNNNetwork | read_network () override |
|
void | submit_request () override |
|
| base_detection (std::string topoName, const std::string &pathToModel, int maxBatch, bool isBatchDynamic, bool isAsync, bool doRawOutputMessages) |
|
bool | enabled () const |
|
void | load_into (InferenceEngine::Core &ie, const std::string &deviceName) |
|
InferenceEngine::ExecutableNetwork * | operator-> () |
|
virtual void | wait () |
|
virtual | ~base_detection ()=default |
|
Definition at line 17 of file object-detection.h.
openvino_helpers::object_detection::object_detection |
( |
const std::string & |
pathToModel, |
|
|
double |
detectionThreshold, |
|
|
bool |
isAsync = true , |
|
|
int |
maxBatch = 1 , |
|
|
bool |
isBatchDynamic = false , |
|
|
bool |
doRawOutputMessages = false |
|
) |
| |
void openvino_helpers::object_detection::enqueue |
( |
const cv::Mat & |
frame | ) |
|
float openvino_helpers::object_detection::get_height |
( |
| ) |
const |
|
inline |
float openvino_helpers::object_detection::get_width |
( |
| ) |
const |
|
inline |
CNNNetwork openvino_helpers::object_detection::read_network |
( |
| ) |
|
|
overridevirtual |
void openvino_helpers::object_detection::submit_request |
( |
| ) |
|
|
overridevirtual |
double openvino_helpers::object_detection::_detection_threshold |
|
private |
float openvino_helpers::object_detection::_height |
|
private |
std::string openvino_helpers::object_detection::_im_info_name |
|
private |
size_t openvino_helpers::object_detection::_im_info_size |
|
private |
size_t openvino_helpers::object_detection::_input_height |
|
private |
std::string openvino_helpers::object_detection::_input_layer_name |
|
private |
size_t openvino_helpers::object_detection::_input_width |
|
private |
size_t openvino_helpers::object_detection::_max_results |
|
private |
int openvino_helpers::object_detection::_n_enqued_frames |
|
private |
std::string openvino_helpers::object_detection::_output_layer_name |
|
private |
float openvino_helpers::object_detection::_width |
|
private |
The documentation for this struct was generated from the following files: