Home
last modified time | relevance | path

Searched refs:return_points (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/python/test/
Dtickets.py31 hullp = cv.ConvexHull2(pts, storage, return_points = 1)
/external/opencv3/modules/imgproc/test/
Dtest_convhull.cpp436 int return_points; member in CV_ConvHullTest
445 orientation = return_points = 0; in CV_ConvHullTest()
474 return_points = cvtest::randInt(rng) % 2; in prepare_test_case()
494 hull2 = cvCreateMat( rows, cols, return_points ? point_type : CV_32SC1 ); in prepare_test_case()
505 hull1 = cvConvexHull2( points, hull_storage, orientation, return_points ); in run_func()
511 if( !return_points ) in run_func()
574 if( return_points ) in validate_test_results()
/external/opencv3/modules/imgproc/src/
Dconvhull.cpp396 int orientation, int return_points ) in cvConvexHull2() argument
423 if( return_points ) in cvConvexHull2()
/external/opencv/cv/src/
Dcvconvhull.cpp229 int orientation, int return_points ) in cvConvexHull2() argument
274 if( return_points ) in cvConvexHull2()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h573 int return_points CV_DEFAULT(0));
/external/opencv/cv/include/
Dcv.h788 int return_points CV_DEFAULT(0)); in LOAD_CHDL()