#include <librealsense2/rs.hpp>
#include <dlib/image_processing/frontal_face_detector.h>
#include <dlib/image_processing/render_face_detections.h>
#include <dlib/image_processing.h>
#include <dlib/gui_widgets.h>
#include "../rs_frame_image.h"
#include "validate_face.h"
#include "render_face.h"
Go to the source code of this file.
Functions | |
float | get_depth_scale (rs2::device dev) |
int | main (int argc, char *argv[]) |
float get_depth_scale | ( | rs2::device | dev | ) |
Definition at line 20 of file rs-face-dlib.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 35 of file rs-face-dlib.cpp.