OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hulls
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/python2/
mser.py
36
hulls
= [cv2.convexHull(p.reshape(-1, 1, 2)) for p in regions]
variable
37
cv2.polylines(vis,
hulls
, 1, (0, 255, 0))
/external/skia/samplecode/
SampleHairCurves.cpp
40
SkPath
hulls
;
local
54
hulls
.moveTo(pts[0], pts[1]);
55
hulls
.lineTo(pts[2], pts[3]);
56
hulls
.lineTo(pts[4], pts[5]);
57
hulls
.lineTo(pts[6], pts[7]);
74
hulls
.moveTo(pts[0], pts[1]);
75
hulls
.lineTo(pts[2], pts[3]);
76
hulls
.lineTo(pts[4], pts[5]);
95
hulls
.moveTo(pts[0], pts[1]);
96
hulls
.lineTo(pts[2], pts[3])
[
all
...]
Completed in 1113 milliseconds