This is the complete list of members for detected_face, including all inherited members.
_age | detected_face | private |
_female_score | detected_face | private |
_male_score | detected_face | private |
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) | detected_face | inlineexplicit |
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) | openvino_helpers::detected_object | explicit |
get_age() const | detected_face | inline |
get_depth() const | openvino_helpers::detected_object | inline |
get_depth_location() const | openvino_helpers::detected_object | inline |
get_id() const | openvino_helpers::detected_object | inline |
get_intensity() const | openvino_helpers::detected_object | inline |
get_label() const | openvino_helpers::detected_object | inline |
get_location() const | openvino_helpers::detected_object | inline |
is_female() const | detected_face | inline |
is_male() const | detected_face | inline |
move(cv::Rect const &location, cv::Rect const &depth_location=cv::Rect{}, float intensity=1, float depth=0) | openvino_helpers::detected_object | inline |
ptr typedef | detected_face | |
update_age(float value) | detected_face | inline |
update_gender(float value) | detected_face | inline |
~detected_object() | openvino_helpers::detected_object | inlinevirtual |