Home
last modified time | relevance | path

Searched refs:initInnerLoop (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/rsobjdetect/src/
Drsobjdetect.hpp3 extern void initInnerLoop(HaarVars hf, int origWidth, int origHeight);
Dinnerloop.cpp12 void initInnerLoop(HaarVars hf, int origWidth, int origHeight) { in initInnerLoop() function
/external/opencv3/modules/objdetect/src/
Dcascadedetect.cpp1481 initInnerLoop(haarVars,origWidth,origHeight); in setHaarVars()