OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:return_points
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/python/test/
tickets.py
31
hullp = cv.ConvexHull2(pts, storage,
return_points
= 1)
/external/opencv3/modules/imgproc/test/
test_convhull.cpp
436
int
return_points
;
member in class:CV_ConvHullTest
445
orientation =
return_points
= 0;
474
return_points
= cvtest::randInt(rng) % 2;
494
hull2 = cvCreateMat( rows, cols,
return_points
? point_type : CV_32SC1 );
505
hull1 = cvConvexHull2( points, hull_storage, orientation,
return_points
);
511
if( !
return_points
)
574
if(
return_points
)
[
all
...]
/external/opencv/cv/src/
cvconvhull.cpp
229
int orientation, int
return_points
)
274
if(
return_points
)
/external/opencv3/modules/imgproc/src/
convhull.cpp
396
int orientation, int
return_points
)
423
if(
return_points
)
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h
573
int
return_points
CV_DEFAULT(0));
[
all
...]
/external/opencv/cv/include/
cv.h
[
all
...]
Completed in 183 milliseconds