OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 49 milliseconds