Home
last modified time | relevance | path

Searched refs:cvFindContours (Results 1 – 10 of 10) sorted by relevance

/external/opencv/cvaux/src/
Dextendededges.cpp56cvFindContours( image, tmp_storage, &contours, sizeof(CvContour), CV_RETR_LIST, CV_CHAIN_APPROX_NO… in cvExtractSingleEdges()
Dcvfacedetection.cpp121 …if (cvFindContours(m_imgThresh, m_mstgContours, &m_seqContours[i], sizeof(CvContour), CV_RETR_CCOM… in FindContours()
Dcvbgfg_gaussmix.cpp324cvFindContours( bg_model->foreground, bg_model->storage, &first_seq, sizeof(CvContour), CV_RETR_LI… in icvUpdateGaussianBGModel()
Dcvbgfg_acmmm2003.cpp439cvFindContours( model->foreground, model->storage, &first_seq, sizeof(CvContour), CV_RETR_LIST ); in icvUpdateFGDStatModel()
Dcvvecfacetracking.cpp311 …if (cvFindContours(thresh, m_mstgRects, &seq, sizeof(CvContour), CV_RETR_CCOMP, CV_CHAIN_APPROX_SI… in FindContours()
Dcvlee.cpp1389 cvFindContours(pWorkImage, (*ContourSeq)->storage, ContourSeq, \ in cvVoronoiDiagramFromImage()
/external/opencv/
Dcvjni.cpp234 int find_contour_num = cvFindContours( in Java_org_siprop_opencv_OpenCV_findContours()
/external/opencv/cv/src/
Dcvdistransform.cpp835 cvFindContours( src_copy, st, &contours, sizeof(CvContour), in cvDistTransform()
Dcvcontours.cpp1510 cvFindContours( void* img, CvMemStorage* storage, in cvFindContours() function
/external/opencv/cv/include/
Dcv.h410 CVAPI(int) cvFindContours( CvArr* image, CvMemStorage* storage, CvSeq** first_contour, in LOAD_CHDL()