| Class | Description |
|---|---|
| DetectCircleGrid<T extends boofcv.struct.image.ImageGray<T>> |
Base class for grid based circle fiducials.
|
| DetectCircleHexagonalGrid<T extends boofcv.struct.image.ImageGray<T>> |
Detects a hexagonal circle grid.
|
| DetectCircleRegularGrid<T extends boofcv.struct.image.ImageGray<T>> |
Detects regular grids of circles, see below.
|
| EllipseClustersIntoGrid |
Base class for ordering clusters of ellipses into grids
|
| EllipseClustersIntoGrid.Edge | |
| EllipseClustersIntoGrid.Grid |
Specifies the grid.
|
| EllipseClustersIntoGrid.NodeInfo | |
| EllipseClustersIntoHexagonalGrid |
Given a cluster of ellipses (created with
EllipsesIntoClusters) order the ellipses into
a hexagonal grid pattern. |
| EllipseClustersIntoRegularGrid |
Given a cluster of ellipses (created with
EllipsesIntoClusters) order the ellipses into an regular
grid. |
| EllipsesIntoClusters |
Given an unordered list of ellipses found in the image connect them into clusters.
|
| EllipsesIntoClusters.Node | |
| KeyPointsCircleHexagonalGrid |
Computes key points from an observed hexagonal circular grid.
|
| KeyPointsCircleHexagonalGrid.Tangents | |
| KeyPointsCircleRegularGrid |
Computes key points from an observed regular circular grid.
|
| KeyPointsCircleRegularGrid.Tangents |