public class WrapFundamentalLinear8 extends java.lang.Object implements Estimate1ofEpipolar
FundamentalLinear8 for Estimate1ofEpipolar.| Constructor and Description |
|---|
WrapFundamentalLinear8(boolean fundamental) |
| 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.
|
public boolean process(java.util.List<AssociatedPair> points, org.ejml.data.DenseMatrix64F estimatedModel)
GeoModelEstimator1process in interface GeoModelEstimator1<org.ejml.data.DenseMatrix64F,AssociatedPair>points - Input: Set of observations. Not modified.estimatedModel - Output: Storage for the estimated model. Modified.public int getMinimumPoints()
GeoModelEstimator1getMinimumPoints in interface GeoModelEstimator1<org.ejml.data.DenseMatrix64F,AssociatedPair>