public
BoundingBox
— parametric type
BoundingBox(points, sz)
BoundingBox{N, T, M}(points, bounds)
Item wrapper around Keypoints
.
Examples
using DataAugmentation, StaticArrays
points = [SVector(10., 10.), SVector(80., 60.)]
item = BoundingBox(points, (100, 100))
BoundingBox{2, Float64}()
showitem(item)