#include <ros/ros.h>
#include "opencv_apps/nodelet.h"
#include <image_transport/image_transport.h>
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/image_encodings.h>
#include <opencv2/objdetect/objdetect.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <dynamic_reconfigure/server.h>
#include "opencv_apps/FaceDetectionConfig.h"
#include "opencv_apps/Face.h"
#include "opencv_apps/FaceArray.h"
#include "opencv_apps/FaceArrayStamped.h"
#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
Classes | |
class | face_detection::FaceDetectionNodelet |
class | opencv_apps::FaceDetectionNodelet |
Namespaces | |
namespace | face_detection |
namespace | opencv_apps |
Demo code to calculate moments. | |
Functions | |
PLUGINLIB_EXPORT_CLASS (opencv_apps::FaceDetectionNodelet, nodelet::Nodelet) | |
PLUGINLIB_EXPORT_CLASS (face_detection::FaceDetectionNodelet, nodelet::Nodelet) |