/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/opencv/ |
cvjni.cpp | 234 int find_contour_num = cvFindContours(
|
/external/opencv/cv/src/ |
cvdistransform.cpp | 835 cvFindContours( src_copy, st, &contours, sizeof(CvContour),
|
cvcontours.cpp | [all...] |
/external/opencv/cv/include/ |
cv.h | 410 CVAPI(int) cvFindContours( CvArr* image, CvMemStorage* storage, CvSeq** first_contour, [all...] |