18 #ifndef RAPP_FACE_DETECTION_NODE
19 #define RAPP_FACE_DETECTION_NODE
23 #include <rapp_platform_ros_communications/FaceDetectionRosSrv.h>
47 rapp_platform_ros_communications::FaceDetectionRosSrv::Request& req,
48 rapp_platform_ros_communications::FaceDetectionRosSrv::Response& res
65 #endif // RAPP_FACE_DETECTION_NODE
ros::ServiceServer faceDetectionService_
Class that implements a face detection algorithm based on a Haar cascade classifier.
bool faceDetectionCallback(rapp_platform_ros_communications::FaceDetectionRosSrv::Request &req, rapp_platform_ros_communications::FaceDetectionRosSrv::Response &res)
Serves the face detection ROS service callback.
std::string faceDetectionTopic_
Class FaceDetection uptakes the task of handling the ROS service callbacks.
FaceDetection(void)
Default constructor.
FaceDetector face_detector_