Package | Description |
---|---|
org.openimaj.math.geometry.line | |
org.openimaj.math.geometry.path | |
org.openimaj.math.geometry.path.resample |
Modifier and Type | Method and Description |
---|---|
Polyline |
Line2d.asPolyline() |
Modifier and Type | Method and Description |
---|---|
Polyline |
Polyline.asPolyline() |
Polyline |
Path2d.asPolyline()
Convert the path to a polyline representation
|
Modifier and Type | Method and Description |
---|---|
Polyline |
LinearResampler.apply(Polyline in) |
Modifier and Type | Method and Description |
---|---|
Polyline |
LinearResampler.apply(Polyline in) |
void |
LinearResampler.perform(Polyline object)
Apply the resampling operation in-place
|