#include <ros/ros.h>
#include <vector>
#include <utility>
#include <string>
#include <map>
#include <functional>
#include <algorithm>
#include <boost/function.hpp>
#include <cassert>
#include <face_contour_detector/LimitedPriorityQueueSet.h>
Go to the source code of this file.
Classes | |
class | face_contour_detector::AutoParameterExplorer::Area |
class | face_contour_detector::AutoParameterExplorer |
The AutoParameterExplorer tries to find a given target values for an given parameter (doubles) range. For this you have to: More... | |
struct | face_contour_detector::AutoParameterExplorer::Area::GreaterCosts |
struct | face_contour_detector::AutoParameterExplorer::ParameterPoint::LessCosts |
Provides a function to compare two ParameterPoints by costs. More... | |
class | face_contour_detector::AutoParameterExplorer::ParameterPoint |
class | face_contour_detector::AutoParameterExplorer::Vector |
A n dimensional vector that can be added or generated out of ParameterPoint's. More... | |
Namespaces | |
namespace | face_contour_detector |
Functions | |
template<class OStream > | |
OStream & | operator<< (OStream &os, const face_contour_detector::AutoParameterExplorer::ParameterPoint &obj) |
template<class OStream > | |
OStream & | operator<< (OStream &os, const face_contour_detector::AutoParameterExplorer::Area &obj) |
OStream& operator<< | ( | OStream & | os, |
const face_contour_detector::AutoParameterExplorer::ParameterPoint & | obj | ||
) |
Definition at line 183 of file AutoParameterExplorer.h.
OStream& operator<< | ( | OStream & | os, |
const face_contour_detector::AutoParameterExplorer::Area & | obj | ||
) |
Definition at line 194 of file AutoParameterExplorer.h.