#include <cassert>
#include <cv_bridge/CvBridge.h>
#include <opencv/cv.h>
#include <opencv/highgui.h>
#include <map>
#include <ros/assert.h>
Go to the source code of this file.
Classes | |
class | face_contour_detector::ImageForest::Graph |
Describes the properties of a graph. More... | |
class | face_contour_detector::ImageForest |
Allows to read out a list of graphs which are not connected (forests) out of a single channel 8bit cv::Mat. More... | |
class | face_contour_detector::ImageForest::Point |
A pixel point in the ImageForest. More... | |
Namespaces | |
namespace | face_contour_detector |