Searched refs:cvDrawContours (Results 1 – 11 of 11) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvbgfg_common.cpp | 57 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()
|
D | cvbgfg_gaussmix.cpp | 350 cvDrawContours(bg_model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1); in icvUpdateGaussianBGModel()
|
D | cvbgfg_acmmm2003.cpp | 466 cvDrawContours(model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1); in icvUpdateFGDStatModel()
|
/external/opencv3/modules/imgproc/test/ |
D | test_watershed.cpp | 83 cvDrawContours( &iplmrks, cnts, Scalar::all(i + 1), Scalar::all(i + 1), -1, CV_FILLED); in run()
|
D | test_contours.cpp | 251 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/ |
D | cvjni.cpp | 246 cvDrawContours( in Java_org_siprop_opencv_OpenCV_findContours()
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 1198 CVAPI(void) cvDrawContours( CvArr *img, CvSeq* contour,
|
/external/opencv/cv/src/ |
D | cvdistransform.cpp | 841 cvDrawContours( labels, contours, area_color, area_color, -255, -1, 8 ); in cvDistTransform()
|
/external/opencv3/modules/imgproc/src/ |
D | drawing.cpp | 2350 cvDrawContours( &_cimage, &seq[first], color, color, contourIdx >= 0 ? in drawContours() 2363 cvDrawContours( void* _img, CvSeq* contour, in cvDrawContours() function
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1434 CVAPI(void) cvDrawContours( CvArr *img, CvSeq* contour,
|
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 2415 cvDrawContours( void* img, CvSeq* contour, in cvDrawContours() function
|