Classes
contrib/oxl/mvl/FMatrix.h File Reference

General fundamental matrix. More...

#include <mvl/HomgLine2D.h>
#include <mvl/HomgPoint2D.h>
#include <vgl/vgl_homg_line_2d.h>
#include <mvl/PMatrix.h>
#include <vgl/vgl_homg_point_2d.h>
#include <vcl_iosfwd.h>
#include <vgl/algo/vgl_p_matrix.h>
#include <vnl/vnl_double_3x3.h>

Go to the source code of this file.

Classes

class  FMatrix
 A class to hold a Fundamental Matrix of the general form and to perform common operations e.g. More...

Detailed Description

General fundamental matrix.

A class to hold a Fundamental Matrix of the general form and to perform common operations e.g. generate epipolar lines

   Modifications
      22 Oct 2002 - Peter Vanroose - added vgl_homg_point_2d interface
      23 Oct 2002 - Peter Vanroose - using fixed 3x3 matrices throughout
   

Definition in file FMatrix.h.