Searched refs:m_mstgContours (Results 1 – 2 of 2) sorted by relevance
63 m_mstgContours = NULL; in FaceDetection()85 if (m_mstgContours) in ~FaceDetection()86 cvReleaseMemStorage(&m_mstgContours); in ~FaceDetection()104 cvReleaseMemStorage(&m_mstgContours); in FindContours()105 m_mstgContours = cvCreateMemStorage(); in FindContours()106 if (NULL == m_mstgContours) in FindContours()121 …if (cvFindContours(m_imgThresh, m_mstgContours, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOM… in FindContours()
338 CvMemStorage* m_mstgContours; variable