Robust FMatrix computation. More...
Go to the source code of this file.
Classes | |
class | FMatrixComputeRANSAC |
Robust FMatrix computation.
FMatrixComputeRANSAC implements Phil Torr's RANSAC (Robust Sampling Consensus) of the fundamental matrix.
The resulting F matrix is rank-2 truncated. The conditioning and truncation are optional and may be omitted. The RANSAC class is also responsible for maintaining the inliers passed in the PairMatchSetCorner class.
Modifications 22 Oct 2002 - Peter Vanroose - added vgl_homg_point_2d interface
Definition in file FMatrixComputeRANSAC.h.