Doxygen
|
|
header file for the Viola-Jones algorithm's training routines More...
Go to the source code of this file.
Classes | |
struct | trainParams |
human interface for adaboost training More... | |
Functions | |
void | train (trainParams const &target) |
train a cascade, see the definition of trainParams More... | |
void | recordRule (const char *toFile, vector< stumpRule > const &rule, bool firstLayer, bool lastLayer) |
record a strong learner to toFile More... | |
header file for the Viola-Jones algorithm's training routines
Definition in file boostUtil.h.
void recordRule | ( | const char * | toFile, |
vector< stumpRule > const & | rule, | ||
bool | firstLayer, | ||
bool | lastLayer | ||
) |
record a strong learner to toFile
toFile | where |
rule | the strong learner |
firstLayer | is it a firstLayer in the cascade |
lastLayer | is it a last layer in the cascade |
Definition at line 259 of file boostUtil.cpp.
void train | ( | trainParams const & | target | ) |
train a cascade, see the definition of trainParams
Definition at line 44 of file boostUtil.cpp.