public class WrapTrifocalAlgebraicPoint7 extends java.lang.Object implements Estimate1ofTrifocalTensor
TrifocalLinearPoint7 for Estimate1ofTrifocalTensor.| Constructor and Description |
|---|
WrapTrifocalAlgebraicPoint7(TrifocalAlgebraicPoint7 alg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMinimumPoints()
Minimum number of points required to estimate the model.
|
boolean |
process(java.util.List<AssociatedTriple> points,
TrifocalTensor estimatedModel)
Estimates the model given a set of observations.
|
public WrapTrifocalAlgebraicPoint7(TrifocalAlgebraicPoint7 alg)
public boolean process(java.util.List<AssociatedTriple> points, TrifocalTensor estimatedModel)
GeoModelEstimator1process in interface GeoModelEstimator1<TrifocalTensor,AssociatedTriple>points - Input: Set of observations. Not modified.estimatedModel - Output: Storage for the estimated model. Modified.public int getMinimumPoints()
GeoModelEstimator1getMinimumPoints in interface GeoModelEstimator1<TrifocalTensor,AssociatedTriple>