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

/external/opencv/cvaux/src/
H A Dcvbgfg_common.cpp87 sizeof(CvContour), CV_RETR_EXTERNAL, CV_CHAIN_APPROX_SIMPLE, offset );
H A Dcvfacedetection.cpp121 if (cvFindContours(m_imgThresh, m_mstgContours, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE))
H A Dcvvecfacetracking.cpp311 if (cvFindContours(thresh, m_mstgRects, &seq, sizeof(CvContour), CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE))
/external/opencv/cv/include/
H A Dcvtypes.h93 #define CV_CHAIN_APPROX_SIMPLE 2 macro
H A Dcv.h413 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),
/external/opencv/cv/src/
H A Dcvapprox.cpp103 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:
H A Dcvcontours.cpp296 if( method > CV_CHAIN_APPROX_SIMPLE )
543 assert( (unsigned) _method <= CV_CHAIN_APPROX_SIMPLE );
716 assert( (unsigned) _method <= CV_CHAIN_APPROX_SIMPLE );
H A Dcvdistransform.cpp836 CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE );
H A Dcvcalibinit.cpp1627 CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE ));
1818 CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE ));

Completed in 100 milliseconds