Uses of Class
boofcv.alg.fiducial.calib.circle.EllipseClustersIntoGrid
-
Uses of EllipseClustersIntoGrid in boofcv.alg.fiducial.calib.circle
Modifier and TypeClassDescriptionclass
Given a cluster of ellipses (created withEllipsesIntoClusters
) order the ellipses into a hexagonal grid pattern.class
Given a cluster of ellipses (created withEllipsesIntoClusters
) order the ellipses into an regular grid.ModifierConstructorDescriptionprotected
DetectCircleGrid
(int numRows, int numCols, InputToBinary<T> inputToBinary, BinaryEllipseDetector<T> ellipseDetector, EllipsesIntoClusters clustering, EllipseClustersIntoGrid grider) Creates and configures the detector