public class FundamentalResidualSimple extends java.lang.Object implements ModelObservationResidual<org.ejml.data.DenseMatrix64F,AssociatedPair>
Computes the residual just using the fundamental matrix constraint
| Constructor and Description |
|---|
FundamentalResidualSimple() |
| Modifier and Type | Method and Description |
|---|---|
double |
computeResidual(AssociatedPair observation)
Compute the error for the observation
|
void |
setModel(org.ejml.data.DenseMatrix64F F)
Specify the epipolar matrix being evaluated
|
public void setModel(org.ejml.data.DenseMatrix64F F)
ModelObservationResidualsetModel in interface ModelObservationResidual<org.ejml.data.DenseMatrix64F,AssociatedPair>F - The model being optimizedpublic double computeResidual(AssociatedPair observation)
ModelObservationResidualcomputeResidual in interface ModelObservationResidual<org.ejml.data.DenseMatrix64F,AssociatedPair>observation - Observation of point feature in two views