Class GeoModelEstimatorNto1<Model,Point>

java.lang.Object
boofcv.abst.geo.GeoModelEstimatorNto1<Model,Point>
All Implemented Interfaces:
GeoModelEstimator1<Model,Point>
Direct Known Subclasses:
EstimateNto1ofEpipolar, EstimateNto1ofEpipolarPointing, EstimateNto1ofPnP

public abstract class GeoModelEstimatorNto1<Model,Point> extends Object implements GeoModelEstimator1<Model,Point>
Wrapper that allows GeoModelEstimatorN to be used as a GeoModelEstimator1. If more than one solution is found the ambiguity is resolved by computing the distance each hypothesis is away from a set of points not used to compute the model.