OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_RETR_CCOMP
(Results
1 - 6
of
6
) sorted by null
/external/opencv/cv/include/
cvtypes.h
87
#define
CV_RETR_CCOMP
2
/external/opencv/cvaux/src/
cvfacedetection.cpp
121
if (cvFindContours(m_imgThresh, m_mstgContours, &m_seqContours[i], sizeof(CvContour),
CV_RETR_CCOMP
, CV_CHAIN_APPROX_SIMPLE))
cvvecfacetracking.cpp
311
if (cvFindContours(thresh, m_mstgRects, &seq, sizeof(CvContour),
CV_RETR_CCOMP
, CV_CHAIN_APPROX_SIMPLE))
[
all
...]
cvlee.cpp
[
all
...]
/external/opencv/cv/src/
cvdistransform.cpp
836
CV_RETR_CCOMP
, CV_CHAIN_APPROX_SIMPLE );
cvcalibinit.cpp
[
all
...]
Completed in 470 milliseconds