Searched refs:GIST_STEP (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvfacedetection.cpp128 #define GIST_STEP 10 macro
129 #define GIST_NUM (256 / GIST_STEP)
145 int ind = buffImg[i] / GIST_STEP;
158 iMinLevel = i * GIST_STEP;
166 iMaxLevel = i * GIST_STEP;

Completed in 87 milliseconds