|
degate 0.1.1
|
#include <Image.h>#include <degate_exceptions.h>#include <TypeConstraints.h>#include <ImageManipulation.h>#include <ImageHistogram.h>#include <fstream>#include <iostream>#include <boost/format.hpp>#include <list>#include <vector>#include <adaboost.hpp>Go to the source code of this file.
Classes | |
| class | degate::BackgroundClassifierBase |
| class | degate::BackgroundClassifier< ImageType, HistogramType > |
Namespaces | |
| namespace | degate |
The namespace 'degate' is the namespace for everything that belongs to libdegate. | |
Typedefs | |
| typedef std::pair< unsigned int, unsigned int > | degate::coord_type |
| typedef std::list< coord_type > | degate::coord_list |
| typedef std::vector < Classifier< coord_type > * > | degate::classifier_list_type |
1.7.4