Classes
core/vpgl/vpgl_affine_fundamental_matrix.h File Reference

A class for the fundamental matrix between two affine cameras. More...

#include <vnl/vnl_fwd.h>
#include "vpgl_fundamental_matrix.h"

Go to the source code of this file.

Classes

class  vpgl_affine_fundamental_matrix< T >

Detailed Description

A class for the fundamental matrix between two affine cameras.

Author:
Thomas Pollard
Date:
June 8, 2005
Author:
Joseph Mundy, Matt Leotta, Vishal Jain

The fundamental matrix has the form:

   | 0  0  e |
   | 0  0  d |
   | a  b  c |
   

Definition in file vpgl_affine_fundamental_matrix.h.