Home
last modified time | relevance | path

Searched refs:CV_FILLED (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/imgproc/test/
Dtest_pc.cpp73 cv::rectangle(r1, Point(100, 100), Point(110, 110), Scalar(0, 0, 0), CV_FILLED); in run()
74 cv::rectangle(r2, Point(90, 80), Point(100, 90), Scalar(0, 0, 0), CV_FILLED); in run()
Dtest_watershed.cpp83 cvDrawContours( &iplmrks, cnts, Scalar::all(i + 1), Scalar::all(i + 1), -1, CV_FILLED); in run()
Dtest_contours.cpp178 cvEllipse( img, center, axes, angle, 0, 360, cvScalar(brightness), CV_FILLED ); in cvTsGenerateBlobImage()
Dtest_imgwarp_strict.cpp170 … std::min<int>(cell_size, ssize.height - y)), Scalar::all((x + y) % 2 ? 255: 0), CV_FILLED); in generate_test_data()
/external/opencv3/modules/python/test/
Dcalchist.py42 cv.CV_FILLED)
/external/opencv/cvaux/src/
Dcvbgfg_common.cpp111 cvDrawContours( mask, c, cvScalarAll(255), cvScalarAll(0), -1, CV_FILLED, 8, in cvSegmentFGMask()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h986 #define CV_FILLED -1 macro
/external/opencv/cxcore/include/
Dcxcore.h1281 #define CV_FILLED -1 macro