User guide (TODO)

Library

Projective transformations

Preprocessing

Reference

public Polygonparametric type

Polygon(points, sz)
Polygon{N, T, M}(points, bounds)

Item wrapper around Keypoints.

Examples

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
showitem(item)
LoadError("string", 1, UndefVarError(:boundranges))