HomeSort by relevance Sort by last modified time
    Searched refs:buffImg (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvfacedetection.cpp 138 uchar* buffImg = (uchar*)imgGray->imageData;
145 int ind = buffImg[i] / GIST_STEP;
148 buffImg += imgGray->widthStep;
cvvecfacetracking.cpp 620 uchar* buffImg = (uchar*)imgGray->imageData;
622 buffImg += rROI.y * imgGray->widthStep + rROI.x;
626 histImg[buffImg[i]] ++;
627 buffImg += imgGray->widthStep;
    [all...]

Completed in 65 milliseconds