#include "cv.h"
#include "highgui.h"
#include <iostream>
#include <cstdio>
#include <ros/ros.h>
#include <ros/node_handle.h>
#include "sensor_msgs/Image.h"
#include "image_transport/image_transport.h"
#include "face_detector_mono/RectArray.h"
#include "cv_bridge/CvBridge.h"
Go to the source code of this file.
Classes | |
class | FaceDetect |
Defines | |
#define | CV_NO_BACKWARD_COMPATIBILITY |
Functions | |
int | main (int argc, char **argv) |
#define CV_NO_BACKWARD_COMPATIBILITY |
Definition at line 19 of file facedetect.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 271 of file facedetect.cpp.