Package boofcv.alg.fiducial.calib.circle
package boofcv.alg.fiducial.calib.circle
-
ClassDescriptionDetectCircleGrid<T extends ImageGray<T>>Base class for grid based circle fiducials.DetectCircleHexagonalGrid<T extends ImageGray<T>>Detects a hexagonal circle grid.DetectCircleRegularGrid<T extends ImageGray<T>>Detects regular grids of circles, see below.Base class for ordering clusters of ellipses into gridsSpecifies the grid.Given a cluster of ellipses (created with
EllipsesIntoClusters
) order the ellipses into a hexagonal grid pattern.Given a cluster of ellipses (created withEllipsesIntoClusters
) order the ellipses into an regular grid.Given an unordered list of ellipses found in the image connect them into clusters.Computes key points from an observed hexagonal circular grid.Computes key points from an observed regular circular grid.