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

/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp120 CvMemStorage* mstgContours; member in struct:CvFaceTracker
130 mstgContours = NULL;
138 if (NULL != mstgContours)
139 cvReleaseMemStorage(&mstgContours);
152 mstgContours = cvCreateMemStorage();
155 (NULL == mstgContours))
180 if (NULL == mstgContours)
181 mstgContours = cvCreateMemStorage();
183 cvClearMemStorage(mstgContours);
184 if (NULL == mstgContours)
[all...]

Completed in 93 milliseconds