#include <cvaux.h>
#include <image_transport/image_transport.h>
#include <opencv2/highgui/highgui.hpp>
#include <sys/stat.h>
#include <ros/package.h>
Go to the source code of this file.
Classes | |
class | FaceRecognitionLib |
Variables | |
static const char * | faceCascadeFilename = "haarcascade_frontalface_alt.xml" |
const std::string | path = ros::package::getPath("face_recognition") |
const char* faceCascadeFilename = "haarcascade_frontalface_alt.xml" [static] |
Definition at line 36 of file face_recognition_lib.cpp.
const std::string path = ros::package::getPath("face_recognition") |
Definition at line 37 of file face_recognition_lib.cpp.