Home
last modified time | relevance | path

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

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