OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_CHAIN_APPROX_SIMPLE
(Results
1 - 9
of
9
) sorted by null
/external/opencv/cvaux/src/
cvbgfg_common.cpp
87
sizeof(CvContour), CV_RETR_EXTERNAL,
CV_CHAIN_APPROX_SIMPLE
, offset );
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
...]
/external/opencv/cv/include/
cvtypes.h
93
#define
CV_CHAIN_APPROX_SIMPLE
2
cv.h
413
int method CV_DEFAULT(
CV_CHAIN_APPROX_SIMPLE
),
425
int method CV_DEFAULT(
CV_CHAIN_APPROX_SIMPLE
),
442
int method CV_DEFAULT(
CV_CHAIN_APPROX_SIMPLE
),
[
all
...]
/external/opencv/cv/src/
cvapprox.cpp
103
if( method >
CV_CHAIN_APPROX_SIMPLE
&& buffer_size > (int)sizeof(local_buffer))
130
if( method <=
CV_CHAIN_APPROX_SIMPLE
)
148
if( method <=
CV_CHAIN_APPROX_SIMPLE
)
443
case
CV_CHAIN_APPROX_SIMPLE
:
cvcontours.cpp
296
if( method >
CV_CHAIN_APPROX_SIMPLE
)
543
assert( (unsigned) _method <=
CV_CHAIN_APPROX_SIMPLE
);
716
assert( (unsigned) _method <=
CV_CHAIN_APPROX_SIMPLE
);
[
all
...]
cvdistransform.cpp
836
CV_RETR_CCOMP,
CV_CHAIN_APPROX_SIMPLE
);
cvcalibinit.cpp
[
all
...]
Completed in 429 milliseconds