Lines Matching refs:Feature
334 struct Feature
336 Feature();
353 enum { RECT_NUM = Feature::RECT_NUM };
355 void setOffsets( const Feature& _f, int step, int tofs );
383 Ptr<std::vector<Feature> > features;
396 inline HaarEvaluator::Feature :: Feature()
428 struct Feature
430 Feature();
431 Feature( int x, int y, int _block_w, int _block_h ) :
444 void setOffsets( const Feature& _f, int step );
465 Ptr<std::vector<Feature> > features;
474 inline LBPEvaluator::Feature :: Feature()