public class LeastSquaresFundamental extends java.lang.Object implements RefineEpipolar
| Constructor and Description |
|---|
LeastSquaresFundamental(double convergenceTol,
int maxIterations,
boolean useSampson) |
LeastSquaresFundamental(org.ddogleg.fitting.modelset.ModelCodec<org.ejml.data.DenseMatrix64F> paramModel,
double convergenceTol,
int maxIterations,
boolean useSampson) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fitModel(java.util.List<AssociatedPair> obs,
org.ejml.data.DenseMatrix64F F,
org.ejml.data.DenseMatrix64F refinedF) |
public LeastSquaresFundamental(double convergenceTol,
int maxIterations,
boolean useSampson)
public LeastSquaresFundamental(org.ddogleg.fitting.modelset.ModelCodec<org.ejml.data.DenseMatrix64F> paramModel,
double convergenceTol,
int maxIterations,
boolean useSampson)
public boolean fitModel(java.util.List<AssociatedPair> obs, org.ejml.data.DenseMatrix64F F, org.ejml.data.DenseMatrix64F refinedF)
fitModel in interface org.ddogleg.fitting.modelset.ModelFitter<org.ejml.data.DenseMatrix64F,AssociatedPair>