HomeSort by relevance Sort by last modified time
    Searched defs:HaarFeature (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/objdetect/src/
HaarStructs.h 36 } HaarFeature;
55 HaarFeature* haarFeatures;
cascadedetect_convert.cpp 70 struct HaarFeature
74 HaarFeature()
127 std::vector<HaarFeature> features;
154 HaarFeature f;
246 const HaarFeature& f = features[i];
248 for( j = 0; j < HaarFeature::RECT_NUM; j++ )

Completed in 37 milliseconds