| Interface | Description |
|---|---|
| PolygonHelper |
Interface which allows low level customization of
BinaryPolygonDetector |
| RefineBinaryPolygon<T extends boofcv.struct.image.ImageGray> |
Abstract interface for refining a polygon detected inside of
BinaryPolygonDetector. |
| Class | Description |
|---|---|
| BinaryPolygonDetector<T extends boofcv.struct.image.ImageGray> |
Detects convex polygons with the specified number of sides in an image.
|
| BinaryPolygonDetector.Info | |
| RefinePolygonCornersToImage<T extends boofcv.struct.image.ImageGray> |
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.ImageGray> |
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
|