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.DMatrixRMaj F,
org.ejml.data.DMatrixRMaj refinedF) |
public LeastSquaresHomography(double convergenceTol,
int maxIterations,
ModelObservationResidualN residuals)
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>