Searched refs:cvDrawContours (Results 1 - 7 of 7) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvbgfg_common.cpp57 cvDrawContours( tmp_image, &seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1);
62 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1);
64 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 0), CV_RGB(0, 0, 0), 10, -1);
111 cvDrawContours( mask, c, cvScalarAll(255), cvScalarAll(0), -1, CV_FILLED, 8,
H A Dcvbgfg_gaussmix.cpp350 cvDrawContours(bg_model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1);
H A Dcvbgfg_acmmm2003.cpp466 cvDrawContours(model->foreground, first_seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1);
/external/opencv/
H A Dcvjni.cpp246 cvDrawContours(
/external/opencv/cv/src/
H A Dcvdistransform.cpp841 cvDrawContours( labels, contours, area_color, area_color, -255, -1, 8 );
/external/opencv/cxcore/include/
H A Dcxcore.h1434 CVAPI(void) cvDrawContours( CvArr *img, CvSeq* contour,
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2415 cvDrawContours( void* img, CvSeq* contour, function
2427 CV_FUNCNAME( "cvDrawContours" );

Completed in 186 milliseconds