#include <age-gender-detection.h>
|
| age_gender_detection (const std::string &pathToModel, bool isAsync=true, int maxBatch=1, bool isBatchDynamic=false, bool doRawOutputMessages=false) |
|
void | enqueue (const cv::Mat &face) |
|
Result | operator[] (int idx) const |
|
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 14 of file age-gender-detection.h.
openvino_helpers::age_gender_detection::age_gender_detection |
( |
const std::string & |
pathToModel, |
|
|
bool |
isAsync = true , |
|
|
int |
maxBatch = 1 , |
|
|
bool |
isBatchDynamic = false , |
|
|
bool |
doRawOutputMessages = false |
|
) |
| |
void openvino_helpers::age_gender_detection::enqueue |
( |
const cv::Mat & |
face | ) |
|
CNNNetwork openvino_helpers::age_gender_detection::read_network |
( |
| ) |
|
|
overridevirtual |
void openvino_helpers::age_gender_detection::submit_request |
( |
| ) |
|
|
overridevirtual |
int openvino_helpers::age_gender_detection::_n_enqued_frames |
|
private |
std::string openvino_helpers::age_gender_detection::input |
|
private |
std::string openvino_helpers::age_gender_detection::outputAge |
|
private |
std::string openvino_helpers::age_gender_detection::outputGender |
|
private |
The documentation for this class was generated from the following files: