OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_seqContours
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvfacedetection.cpp
64
memset(
m_seqContours
, 0, sizeof(CvSeq*) * MAX_LAYERS);
108
memset(
m_seqContours
, 0, sizeof(CvSeq*) * MAX_LAYERS);
121
if (cvFindContours(m_imgThresh, m_mstgContours, &
m_seqContours
[i], sizeof(CvContour), CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE))
122
AddContours2Rect(
m_seqContours
[i], l, i);
_cvfacedetection.h
339
CvSeq*
m_seqContours
[MAX_LAYERS];
Completed in 48 milliseconds