|
X-Boost
2.3.8
|
this file generates all the possible haar feature More...
#include "HaarFeatureGenerator.h"Go to the source code of this file.
Classes | |
| struct | FeatureDescription |
| struct | BaseHaarFeatureGenerator |
| Base Feature Generator for Haar Bases using FeatureGenerator_t. More... | |
| class | BruteForceFeatureGenerator |
| A library able to generate any Haar Feature. More... | |
| class | RandomFeatureGenerator |
| This generator, instead of exhaustive, use a Random sampling approach. More... | |
| class | JointSparseGranularFeatureGenerator |
| This generator, instead of exhaustive, use a Random sampling approach. More... | |
Typedefs | |
| typedef bool(* | FeatureGenerator_t )(HaarFeature &f, int x, int y, int w, int h, unsigned int pw, unsigned int ph) |
Functions | |
| const FeatureDescription * | findFeature (const char *str) |
| convert from a 2char string to Feature generator | |
Variables | |
| const FeatureDescription | featureDescription [] |
| a list of feature generator for Haar Feature | |
| const char | iso_pattern [] |
| Default pattern with all iso energetic pattern. | |
| const char | fav_pattern [] |
| const char | standard_pattern [] |
this file generates all the possible haar feature
| typedef bool(* FeatureGenerator_t)(HaarFeature &f, int x, int y, int w, int h, unsigned int pw, unsigned int ph) |
haar feature generator callback
| const char standard_pattern[] |
the usual default 2h2v3H3V4q
1.8.7