Documentation of 'boofcv.alg.feature.detect.line.gridline.GridLineModelFitter' Java class
GridLineModelFitter
boofcv.alg.feature.detect.line.gridline

Class GridLineModelFitter

    • Constructor Summary

      Constructors 
      Constructor and Description
      GridLineModelFitter(float angleTol) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean generate(java.util.List<Edgel> dataSet, LinePolar2D_F32 model)
      Creates a list of hypotheses from the set of sample points.
      int getMinimumPoints()
      The minimum number of points required to fit a data set
      • Methods inherited from class java.lang.Object

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

      • GridLineModelFitter

        public GridLineModelFitter(float angleTol)
    • Method Detail

      • generate

        public boolean generate(java.util.List<Edgel> dataSet,
                                LinePolar2D_F32 model)
        Description copied from interface: ModelGenerator
        Creates a list of hypotheses from the set of sample points.
        Specified by:
        generate in interface ModelGenerator<LinePolar2D_F32,Edgel>
        Parameters:
        dataSet - Set of sample points. Typically the minimum number possible.
        model - Storage for generated model.
        Returns:
        true if a model was generated, otherwise false is none were

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.