HomeSort by relevance Sort by last modified time
    Searched refs:HaarFeature (Results 1 - 4 of 4) 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++ )
cascadedetect.cpp     [all...]
  /external/opencv3/modules/rsobjdetect/src/
innerloop.cpp 43 const HaarFeature f = hf.haarFeatures[i];

Completed in 366 milliseconds