BoundingBox
struct
defined in module
DataAugmentation
BoundingBox(points, sz)
BoundingBox{N, T, M}(points, bounds)
Item wrapper around
Keypoints
.
using
DataAugmentation
,
StaticArrays
points
=
[
SVector
(
10.
,
10.
)
,
SVector
(
80.
,
60.
)
]
item
=
BoundingBox
(
points
,
(
100
,
100
)
)
BoundingBox{2, Float64}()
showitems
(
item
)
There are
2
methods for DataAugmentation.BoundingBox
:
The following pages link back here: