Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvfacedetection.cpp62 m_imgThresh = NULL; in FaceDetection()
82 if (m_imgThresh) in ~FaceDetection()
83 cvReleaseImage(&m_imgThresh); in ~FaceDetection()
96 ReallocImage(&m_imgThresh, cvGetSize(imgGray), 1); in FindContours()
97 if (NULL == m_imgThresh) in FindContours()
120 cvThreshold(imgGray, m_imgThresh, (double)l, (double)255, CV_THRESH_BINARY); in FindContours()
121 …if (cvFindContours(m_imgThresh, m_mstgContours, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOM… in FindContours()
D_cvfacedetection.h336 IplImage* m_imgThresh; variable