OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_mstgContours
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvfacedetection.cpp
63
m_mstgContours
= NULL;
85
if (
m_mstgContours
)
86
cvReleaseMemStorage(&
m_mstgContours
);
104
cvReleaseMemStorage(&
m_mstgContours
);
105
m_mstgContours
= cvCreateMemStorage();
106
if (NULL ==
m_mstgContours
)
121
if (cvFindContours(m_imgThresh,
m_mstgContours
, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE))
_cvfacedetection.h
338
CvMemStorage*
m_mstgContours
;
Completed in 39 milliseconds