/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/opencv3/samples/cpp/tutorial_code/ImgTrans/ |
imageSegmentation.cpp | 111 findContours(dist_8u, contours, CV_RETR_EXTERNAL, CV_CHAIN_APPROX_SIMPLE);
|
/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...] |
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
types_c.h | 458 CV_CHAIN_APPROX_SIMPLE=2,
|
imgproc_c.h | 435 int method CV_DEFAULT(CV_CHAIN_APPROX_SIMPLE), 449 int method CV_DEFAULT(CV_CHAIN_APPROX_SIMPLE), 489 int method CV_DEFAULT(CV_CHAIN_APPROX_SIMPLE), [all...] |
/external/opencv3/modules/imgproc/src/ |
approx.cpp | 105 if( method <= CV_CHAIN_APPROX_SIMPLE ) 123 if( method <= CV_CHAIN_APPROX_SIMPLE ) 406 case CV_CHAIN_APPROX_SIMPLE:
|
contours.cpp | 277 if( method > CV_CHAIN_APPROX_SIMPLE ) 513 assert( (unsigned) _method <= CV_CHAIN_APPROX_SIMPLE ); 684 assert( (unsigned) _method <= CV_CHAIN_APPROX_SIMPLE ); 875 assert( (unsigned) _method <= CV_CHAIN_APPROX_SIMPLE ); [all...] |
/external/opencv3/modules/calib3d/src/ |
calibinit.cpp | [all...] |
/external/opencv3/modules/java/src/ |
imgproc+Imgproc.java | 51 CV_CHAIN_APPROX_SIMPLE = 2, [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |