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.DMatrixRMaj> paramModel,
double convergenceTol,
int maxIterations,
boolean useSampson) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fitModel(java.util.List<AssociatedPair> obs,
org.ejml.data.DMatrixRMaj F,
org.ejml.data.DMatrixRMaj refinedF) |
public LeastSquaresFundamental(double convergenceTol,
int maxIterations,
boolean useSampson)
public LeastSquaresFundamental(org.ddogleg.fitting.modelset.ModelCodec<org.ejml.data.DMatrixRMaj> paramModel,
double convergenceTol,
int maxIterations,
boolean useSampson)
public boolean fitModel(java.util.List<AssociatedPair> obs, org.ejml.data.DMatrixRMaj F, org.ejml.data.DMatrixRMaj refinedF)
fitModel in interface org.ddogleg.fitting.modelset.ModelFitter<org.ejml.data.DMatrixRMaj,AssociatedPair>