FMatrixComputeRANSAC implements Phil Torr's RANSAC (Robust Sampling Concensus) 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.
#include <vgl/vgl_fwd.h>
#include <mvl/FMatrixComputeRobust.h>
Go to the source code of this file.
Classes | |
| class | FMatrixComputeRANSAC |
1.5.1