Class EllipseClustersIntoRegularGrid

java.lang.Object
boofcv.alg.fiducial.calib.circle.EllipseClustersIntoGrid
boofcv.alg.fiducial.calib.circle.EllipseClustersIntoRegularGrid

public class EllipseClustersIntoRegularGrid extends EllipseClustersIntoGrid

Given a cluster of ellipses (created with EllipsesIntoClusters) order the ellipses into an regular grid. Must be a proper grid too. That means number of rows and columns both need to be 2 or more.

Unlike the asymmetric grid the return grid object will be dense with every element filled as expected.