|
| | detected_face (size_t id, cv::Rect const &location, float male_prob, float age, cv::Rect const &depth_location=cv::Rect{}, float intensity=1, float depth=0) |
| |
| int | get_age () const |
| |
| bool | is_female () const |
| |
| bool | is_male () const |
| |
| void | update_age (float value) |
| |
| void | update_gender (float value) |
| |
| | 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) |
| |
| float | get_depth () const |
| |
| cv::Rect const & | get_depth_location () const |
| |
| size_t | get_id () const |
| |
| float | get_intensity () const |
| |
| std::string const & | get_label () const |
| |
| cv::Rect const & | get_location () const |
| |
| void | move (cv::Rect const &location, cv::Rect const &depth_location=cv::Rect{}, float intensity=1, float depth=0) |
| |
| virtual | ~detected_object () |
| |
Definition at line 18 of file openvino-face-detection.cpp.
| detected_face::detected_face |
( |
size_t |
id, |
|
|
cv::Rect const & |
location, |
|
|
float |
male_prob, |
|
|
float |
age, |
|
|
cv::Rect const & |
depth_location = cv::Rect{}, |
|
|
float |
intensity = 1, |
|
|
float |
depth = 0 |
|
) |
| |
|
inlineexplicit |
| int detected_face::get_age |
( |
| ) |
const |
|
inline |
| bool detected_face::is_female |
( |
| ) |
const |
|
inline |
| bool detected_face::is_male |
( |
| ) |
const |
|
inline |
| void detected_face::update_age |
( |
float |
value | ) |
|
|
inline |
| void detected_face::update_gender |
( |
float |
value | ) |
|
|
inline |
| float detected_face::_age |
|
private |
| float detected_face::_female_score |
|
private |
| float detected_face::_male_score |
|
private |
The documentation for this class was generated from the following file: