Home
last modified time | relevance | path

Searched refs:cvDrawContours (Results 1 – 11 of 11) sorted by relevance

/external/opencv/cvaux/src/
Dcvbgfg_common.cpp57 cvDrawContours( tmp_image, &seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1); in cvRefineForegroundMaskBySegm()
62 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1); in cvRefineForegroundMaskBySegm()
64 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 0), CV_RGB(0, 0, 0), 10, -1); in cvRefineForegroundMaskBySegm()
111 cvDrawContours( mask, c, cvScalarAll(255), cvScalarAll(0), -1, CV_FILLED, 8, in cvSegmentFGMask()
Dcvbgfg_gaussmix.cpp350 cvDrawContours(bg_model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1); in icvUpdateGaussianBGModel()
Dcvbgfg_acmmm2003.cpp466 cvDrawContours(model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1); in icvUpdateFGDStatModel()
/external/opencv3/modules/imgproc/test/
Dtest_watershed.cpp83 cvDrawContours( &iplmrks, cnts, Scalar::all(i + 1), Scalar::all(i + 1), -1, CV_FILLED); in run()
Dtest_contours.cpp251 cvDrawContours( img[3], contours, cvScalar(255), cvScalar(255), INT_MAX, -1 ); in run_func()
263 cvDrawContours( img[2], contours2, cvScalar(255), cvScalar(255), INT_MAX ); in run_func()
/external/opencv/
Dcvjni.cpp246 cvDrawContours( in Java_org_siprop_opencv_OpenCV_findContours()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h1198 CVAPI(void) cvDrawContours( CvArr *img, CvSeq* contour,
/external/opencv/cv/src/
Dcvdistransform.cpp841 cvDrawContours( labels, contours, area_color, area_color, -255, -1, 8 ); in cvDistTransform()
/external/opencv3/modules/imgproc/src/
Ddrawing.cpp2350 cvDrawContours( &_cimage, &seq[first], color, color, contourIdx >= 0 ? in drawContours()
2363 cvDrawContours( void* _img, CvSeq* contour, in cvDrawContours() function
/external/opencv/cxcore/include/
Dcxcore.h1434 CVAPI(void) cvDrawContours( CvArr *img, CvSeq* contour,
/external/opencv/cxcore/src/
Dcxdrawing.cpp2415 cvDrawContours( void* img, CvSeq* contour, in cvDrawContours() function