Polygon
struct
defined in module
DataAugmentation
Polygon(points, sz)
Polygon{N, T, M}(points, bounds)
Item wrapper around
Keypoints
.
using
DataAugmentation
,
StaticArrays
points
=
[
SVector
(
10.
,
10.
)
,
SVector
(
80.
,
20.
)
,
SVector
(
90.
,
70.
)
,
SVector
(
20.
,
90.
)
]
item
=
Polygon
(
points
,
(
100
,
100
)
)
Polygon{2, Float64}() with 4 elements
showitems
(
item
)
There are
2
methods for DataAugmentation.Polygon
:
The following pages link back here:
DataAugmentation.jl , items/keypoints.jl , testing.jl , visualization.jl