Searched refs:CV_FILLED (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/imgproc/test/ |
D | test_pc.cpp | 73 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()
|
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 | 178 cvEllipse( img, center, axes, angle, 0, 360, cvScalar(brightness), CV_FILLED ); in cvTsGenerateBlobImage()
|
D | test_imgwarp_strict.cpp | 170 … 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/ |
D | calchist.py | 42 cv.CV_FILLED)
|
/external/opencv/cvaux/src/ |
D | cvbgfg_common.cpp | 111 cvDrawContours( mask, c, cvScalarAll(255), cvScalarAll(0), -1, CV_FILLED, 8, in cvSegmentFGMask()
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 986 #define CV_FILLED -1 macro
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1281 #define CV_FILLED -1 macro
|