/external/opencv3/modules/calib3d/src/ |
checkchessboard.cpp | 151 cvFindContours(thresh, storage, &first, sizeof(CvContour), CV_RETR_CCOMP); 161 cvFindContours(thresh, storage, &first, sizeof(CvContour), CV_RETR_CCOMP);
|
/external/opencv/cvaux/src/ |
extendededges.cpp | 51 CvSeq* cvExtractSingleEdges( IplImage* image, //bw image - it's content will be destroyed by cvFindContours 56 cvFindContours( image, tmp_storage, &contours, sizeof(CvContour), CV_RETR_LIST, CV_CHAIN_APPROX_NONE );
|
cvfacedetection.cpp | 121 if (cvFindContours(m_imgThresh, m_mstgContours, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE))
|
cvbgfg_gaussmix.cpp | 324 cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST );
|
cvbgfg_acmmm2003.cpp | 439 cvFindContours( model->foreground, model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST );
|
cvvecfacetracking.cpp | 311 if (cvFindContours(thresh, m_mstgRects, &seq, sizeof(CvContour), CV_RETR_CCOMP, CV_CHAIN_APPROX_SIMPLE)) [all...] |
cvlee.cpp | [all...] |
/external/opencv3/modules/imgproc/test/ |
test_contours.cpp | 246 count = cvFindContours( img[2], storage, &contours, sizeof(CvContour), retr_mode, approx_method ); 255 count2 = cvFindContours( img[2], storage, &chain, sizeof(CvChain), retr_mode, CV_CHAIN_CODE );
|
/external/opencv/ |
cvjni.cpp | 234 int find_contour_num = cvFindContours(
|
/external/opencv3/modules/imgproc/src/ |
contours.cpp | [all...] |
/external/opencv/cv/src/ |
cvdistransform.cpp | 835 cvFindContours( src_copy, st, &contours, sizeof(CvContour),
|
cvcontours.cpp | [all...] |
/external/opencv3/modules/cudalegacy/src/ |
fgd.cpp | 379 cvFindContours(&ipl_foreground, storage, &first_seq, sizeof(CvContour), CV_RETR_LIST);
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
imgproc_c.h | 432 CVAPI(int) cvFindContours( CvArr* image, CvMemStorage* storage, CvSeq** first_contour, 444 @see cvFindContours 453 @see cvFindContours 461 @see cvFindContours 467 @see cvFindContours 474 cvFindContours retrieves contours as Freeman chains, it calls the function to get approximated [all...] |
/external/opencv/cv/include/ |
cv.h | 410 CVAPI(int) cvFindContours( CvArr* image, CvMemStorage* storage, CvSeq** first_contour, [all...] |