public class LeastSquaresHomography extends java.lang.Object implements RefineEpipolar
| Constructor and Description |
|---|
LeastSquaresHomography(double convergenceTol,
int maxIterations,
ModelObservationResidualN residuals) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fitModel(java.util.List<AssociatedPair> obs,
org.ejml.data.DenseMatrix64F F,
org.ejml.data.DenseMatrix64F refinedF) |
public LeastSquaresHomography(double convergenceTol,
int maxIterations,
ModelObservationResidualN residuals)
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>