| Class | Description |
|---|---|
| BinaryPolygonConvexDetector<T extends boofcv.struct.image.ImageSingleBand> |
Detects convex polygons with the specified number of sides in an image.
|
| RefinePolygonCornersToImage<T extends boofcv.struct.image.ImageSingleBand> |
Given a contour and the index of corner points it will fit the corners individually to sub-pixel precision
by locally fitting line segments near by each corner.
|
| RefinePolygonLineToImage<T extends boofcv.struct.image.ImageSingleBand> |
Improves the fits of a polygon's which is darker or lighter than the background.
|
| UtilShapePolygon |
Utility functions used by classes which fit polygons to shapes in the image
|