|
void | computeChannels (InputArray image, std::vector< Mat > &channels) |
| Compute channels for integral channel features evaluation. More...
|
|
Ptr< FeatureEvaluator > | createFeatureEvaluator (const std::vector< std::vector< int > > &features, const std::string &type) |
| Construct feature evaluator. More...
|
|
Ptr< WaldBoost > | createWaldBoost (const WaldBoostParams ¶ms=WaldBoostParams()) |
| Construct WaldBoost object. More...
|
|
std::vector< std::vector< int > > | generateFeatures (Size window_size, const std::string &type, int count=INT_MAX, int channel_count=10) |
| Generate integral features. Returns vector of features. More...
|
|
void | read (const FileNode &node, Stump &s, const Stump &default_value=Stump()) |
|
void | read (const FileNode &node, ICFDetector &d, const ICFDetector &default_value=ICFDetector()) |
|
void | sort_columns_without_copy (Mat &m, Mat indices=Mat()) |
|
void | write (FileStorage &fs, String &, const Stump &s) |
|
void | write (FileStorage &fs, String &, const ICFDetector &detector) |
|