Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvfacedetection.cpp129 #define GIST_NUM (256 / GIST_STEP) macro
139 int gistImg[GIST_NUM + 1] = {0}; in ThresholdingParam()
152 for (i = 0; i <= GIST_NUM; i ++) in ThresholdingParam()
160 for (i = GIST_NUM; i >= 0; i --) in ThresholdingParam()