Searched refs:cvFindContours (Results 1 – 10 of 10) sorted by relevance
/external/opencv/cvaux/src/ |
D | extendededges.cpp | 56 …cvFindContours( image, tmp_storage, &contours, sizeof(CvContour), CV_RETR_LIST, CV_CHAIN_APPROX_NO… in cvExtractSingleEdges()
|
D | cvfacedetection.cpp | 121 …if (cvFindContours(m_imgThresh, m_mstgContours, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOM… in FindContours()
|
D | cvbgfg_gaussmix.cpp | 324 …cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour), CV_RETR_LI… in icvUpdateGaussianBGModel()
|
D | cvbgfg_acmmm2003.cpp | 439 … cvFindContours( model->foreground, model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST ); in icvUpdateFGDStatModel()
|
D | cvvecfacetracking.cpp | 311 …if (cvFindContours(thresh, m_mstgRects, &seq, sizeof(CvContour), CV_RETR_CCOMP, CV_CHAIN_APPROX_SI… in FindContours()
|
D | cvlee.cpp | 1389 cvFindContours(pWorkImage, (*ContourSeq)->storage, ContourSeq, \ in cvVoronoiDiagramFromImage()
|
/external/opencv/ |
D | cvjni.cpp | 234 int find_contour_num = cvFindContours( in Java_org_siprop_opencv_OpenCV_findContours()
|
/external/opencv/cv/src/ |
D | cvdistransform.cpp | 835 cvFindContours( src_copy, st, &contours, sizeof(CvContour), in cvDistTransform()
|
D | cvcontours.cpp | 1510 cvFindContours( void* img, CvMemStorage* storage, in cvFindContours() function
|
/external/opencv/cv/include/ |
D | cv.h | 410 CVAPI(int) cvFindContours( CvArr* image, CvMemStorage* storage, CvSeq** first_contour, in LOAD_CHDL()
|