#include <iostream>
#include <vector>
Go to the source code of this file.
Classes | |
class | face_contour_detector::ParallelParameterIterator< T > |
Allows to define a iterator which iterates multiple values of the type T in parallel. This means that every value pointer that has been added will be increased by the stepSize at the same time if Next() is being called. More... | |
class | face_contour_detector::ParameterIterator< T > |
Iteratates a value of the type T (the type T must have a normal behavior for the "+=" , "<" and "/" operators) More... | |
class | face_contour_detector::ParameterIteratorI |
Interface for the filter parameter iterator A filter parameter iterator allows to iterate through a range of values for filter paramters. More... | |
Namespaces | |
namespace | face_contour_detector |