Documentation of 'boofcv.alg.fiducial.calib.squares.RegularClustersIntoGrids' Java class
RegularClustersIntoGrids
boofcv.alg.fiducial.calib.squares

Class RegularClustersIntoGrids



  • public class RegularClustersIntoGrids
    extends java.lang.Object
    Takes as input a set of unordered regular connected clusters and converts them into ordered grids with known numbers of rows and columns.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RegularClustersIntoGrids(int minimumElements)
      Configures class
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<SquareGrid> getGrids()
      Returns a list of all the square grids it found
      boolean isVerbose() 
      void process(java.util.List<java.util.List<SquareNode>> clusters)
      Converts the set of provided clusters into ordered grids.
      void setVerbose(boolean verbose) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegularClustersIntoGrids

        public RegularClustersIntoGrids(int minimumElements)
        Configures class
        Parameters:
        minimumElements - The minimum number of elements which must be in a cluster for it to be accepted
    • Method Detail

      • process

        public void process(java.util.List<java.util.List<SquareNode>> clusters)
        Converts the set of provided clusters into ordered grids.
        Parameters:
        clusters - List of clustered nodes
      • getGrids

        public java.util.List<SquareGrid> getGrids()
        Returns a list of all the square grids it found
      • isVerbose

        public boolean isVerbose()
      • setVerbose

        public void setVerbose(boolean verbose)

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.