public class WrapFundamentalLinear7 extends java.lang.Object implements EstimateNofEpipolar
FundamentalLinear7 for EstimateNofEpipolar.| Constructor and Description |
|---|
WrapFundamentalLinear7(boolean fundamental) |
| Modifier and Type | Method and Description |
|---|---|
FundamentalLinear7 |
getAlgorithm() |
int |
getMinimumPoints()
Minimum number of points required to estimate the model.
|
boolean |
process(java.util.List<AssociatedPair> points,
org.ddogleg.struct.FastQueue<org.ejml.data.DenseMatrix64F> estimatedModels)
Estimates a set of models which fit the given a set of observations.
|
public boolean process(java.util.List<AssociatedPair> points, org.ddogleg.struct.FastQueue<org.ejml.data.DenseMatrix64F> estimatedModels)
GeoModelEstimatorNprocess in interface GeoModelEstimatorN<org.ejml.data.DenseMatrix64F,AssociatedPair>points - Input: Set of observations. Not modified.estimatedModels - Output: Storage for the set of estimated models. Modified.public int getMinimumPoints()
GeoModelEstimatorNgetMinimumPoints in interface GeoModelEstimatorN<org.ejml.data.DenseMatrix64F,AssociatedPair>public FundamentalLinear7 getAlgorithm()