#include <librealsense2/rs.hpp>
#include <dlib/image_processing/full_object_detection.h>
#include "markup_68.h"
Go to the source code of this file.
Functions | |
bool | find_depth_from (rs2::depth_frame const &frame, float const depth_scale, dlib::full_object_detection const &face, markup_68 markup_from, markup_68 markup_to, float *p_average_depth) |
bool | validate_face (rs2::depth_frame const &frame, float const depth_scale, dlib::full_object_detection const &face) |
bool find_depth_from | ( | rs2::depth_frame const & | frame, |
float const | depth_scale, | ||
dlib::full_object_detection const & | face, | ||
markup_68 | markup_from, | ||
markup_68 | markup_to, | ||
float * | p_average_depth | ||
) |
Definition at line 20 of file validate_face.h.
bool validate_face | ( | rs2::depth_frame const & | frame, |
float const | depth_scale, | ||
dlib::full_object_detection const & | face | ||
) |
Definition at line 57 of file validate_face.h.