Robust FMatrix computation. More...
#include <vgl/vgl_fwd.h>
#include <mvl/FMatrixComputeRobust.h>
#include <mvl/FManifoldProject.h>
#include <vcl_vector.h>
Go to the source code of this file.
Classes | |
class | FMatrixComputeMLESAC |
Robust FMatrix computation.
FMatrixComputeMLESAC implements Phil Torr's MLESAC (Maximum Likelihood Estimation) of the fundamental matrix.
Points are preconditioned as described in [Hartley, ``In defense of the 8-point algorithm'', ICCV95], and the resulting F matrix is rank-2 truncated. The conditioning and truncation are optional and may be omitted.
Modifications 22 Oct 2002 - Peter Vanroose - added vgl_homg_point_2d interface
Definition in file FMatrixComputeMLESAC.h.