public interface ModelObservationResidualN<Model,Observation>
Residual function for epipolar matrices where there are multiple outputs for a single input.
Note that "residual = predicted - observed". Typically the "error = residual^T*residual".
| Modifier and Type | Method and Description |
|---|---|
int |
computeResiduals(Observation observation,
double[] residuals,
int index)
Compute the residual errors for the observation
|
int |
getN()
The number of outputs
|
void |
setModel(Model model)
Specify the model being evaluated
|
void setModel(Model model)
model - The model.int computeResiduals(Observation observation, double[] residuals, int index)
observation - Observation of point feature in two viewsint getN()