Documentation of 'boofcv.abst.geo.h.WrapHomographyLinear' Java class
WrapHomographyLinear
boofcv.abst.geo.h

Class WrapHomographyLinear

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getMinimumPoints()
      Minimum number of points required to estimate the model.
      boolean process(java.util.List<AssociatedPair> points, org.ejml.data.DenseMatrix64F estimatedModel)
      Estimates the model given a set of observations.
      • Methods inherited from class java.lang.Object

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

      • process

        public boolean process(java.util.List<AssociatedPair> points,
                               org.ejml.data.DenseMatrix64F estimatedModel)
        Description copied from interface: GeoModelEstimator1
        Estimates the model given a set of observations.
        Specified by:
        process in interface GeoModelEstimator1<org.ejml.data.DenseMatrix64F,AssociatedPair>
        Parameters:
        points - Input: Set of observations. Not modified.
        estimatedModel - Output: Storage for the estimated model. Modified.
        Returns:
        true if successful

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.