Base class for fundamental matrix fitters. More...
Go to the source code of this file.
Classes | |
class | FMatrixCompute |
Base class for fundamental matrix fitters.
FMatrixCompute defines the abstract interface to an object which can compute a fundamental matrix. The method compute should be overloaded by implementation subclasses.
The input points are supplied in a class PairMatchSetCorner, which may be updated by any robust methods to reflect the new set of inliers.
Currently implemented subclasses:
Modifications 22 Oct 2002 - Peter Vanroose - added vgl_homg_point_2d interface
Definition in file FMatrixCompute.h.