Package | Description |
---|---|
org.openimaj.math.geometry.shape.algorithm |
Modifier and Type | Method and Description |
---|---|
static List<ConvexityDefect> |
ConvexityDefect.findDefects(Polygon p)
Find the defects of the given polygon.
|
static List<ConvexityDefect> |
ConvexityDefect.findDefects(Polygon p,
Polygon hull)
Find the defects of the given polygon, based on the given convex hull
|