Documentation of 'boofcv.abst.geo.GeoModelEstimator1toN' Java class
GeoModelEstimator1toN
boofcv.abst.geo

Class GeoModelEstimator1toN<Model,Point>

    • Method Detail

      • process

        public boolean process(java.util.List<Point> points,
                               FastQueue<Model> estimatedModels)
        Description copied from interface: GeoModelEstimatorN
        Estimates a set of models which fit the given a set of observations. A FastQueue is used to store the found models. Each time this function is invoked 'estimatedModels' is reset and new models are requested using the FastQueue.pop() function.
        Specified by:
        process in interface GeoModelEstimatorN<Model,Point>
        Parameters:
        points - Input: Set of observations. Not modified.
        estimatedModels - Output: Storage for the set of estimated models. Modified.
        Returns:
        true if successful

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.