A 2 point algorithm for computing the fundamental matrix for translation from point correspondences. More...
Go to the source code of this file.
Classes | |
class | vpgl_fm_compute_2_point |
A 2 point algorithm for computing the fundamental matrix for translation from point correspondences.
The point correspondences in relation to F are defined by
[0 tz -ty] pl^t[-tz 0 tx]pr = 0 [ty -tx 0]
This computation assumes that the cameras differ by only a translation Normalization of point coordinates is performed if precondition is true In this case, the computation is modified to account for the normalization so that F is expressed in the original coordinate system.
Definition in file vpgl_fm_compute_2_point.h.