public interface ModelObservationResidual<Model,Observation>
Residual function for epipolar matrices with a single output for a single input.
Note that "residual = predicted - observed". Typically the "error = residual^T*residual".
| Modifier and Type | Method and Description |
|---|---|
double |
computeResidual(Observation observation)
Compute the error for the observation
|
void |
setModel(Model model)
Specify the epipolar matrix being evaluated
|
void setModel(Model model)
model - The model being optimizeddouble computeResidual(Observation observation)
observation - Observation of point feature in two views