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

/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp119 IplImage* imgThresh; member in struct:CvFaceTracker
128 imgThresh = NULL;
136 if (NULL != imgThresh)
137 delete imgThresh;
151 imgThresh = cvCreateImage(cvSize(imgGray->width, imgGray->height), 8, 1);
154 (NULL == imgThresh) ||
163 ReallocImage(&imgThresh, sz, 1);
168 if (NULL == imgGray || NULL == imgThresh)
513 big_face[elem].FindRects(pFaceTracker->imgGray, pFaceTracker->imgThresh, 32, dMinSize);

Completed in 205 milliseconds