Package boofcv.abst.geo
Class GeoModelEstimator1toN<Model,Point>
java.lang.Object
boofcv.abst.geo.GeoModelEstimator1toN<Model,Point>
- All Implemented Interfaces:
GeoModelEstimatorN<Model,Point>
- Direct Known Subclasses:
Estimate1toNofEpipolar,Estimate1toNofPnP
public class GeoModelEstimator1toN<Model,Point>
extends Object
implements GeoModelEstimatorN<Model,Point>
Wrapper that allows
GeoModelEstimator1 to be used as a GeoModelEstimatorN.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GeoModelEstimator1toN
-
-
Method Details
-
process
Description copied from interface:GeoModelEstimatorNEstimates a set of models which fit the given a set of observations. A DogArray is used to store the found models. Each time this function is invoked 'estimatedModels' is reset and new models are requested using the DogArray.pop() function.- Specified by:
processin interfaceGeoModelEstimatorN<Model,Point> - Parameters:
points- Input: Set of observations. Not modified.estimatedModels- Output: Storage for the set of estimated models. Modified.- Returns:
- true if successful
-
getMinimumPoints
public int getMinimumPoints()Description copied from interface:GeoModelEstimatorNMinimum number of points required to estimate the model.- Specified by:
getMinimumPointsin interfaceGeoModelEstimatorN<Model,Point> - Returns:
- Minimum number of points.
-