Classes
vpgl_calibration_matrix.h File Reference

A class for the calibration matrix component of a perspective camera matrix. More...

#include <iostream>
#include <vgl/vgl_fwd.h>
#include <vnl/vnl_fwd.h>
#include <vnl/vnl_matrix_fixed.h>
#include <vgl/vgl_point_2d.h>

Go to the source code of this file.

Classes

class  vpgl_calibration_matrix< T >
 A class representing the "K" matrix of a perspective camera matrix as described in. More...
 

Detailed Description

A class for the calibration matrix component of a perspective camera matrix.

Author
Thomas Pollard
Date
January 28, 2005
Author
Joseph Mundy, Matt Leotta, Vishal Jain
  Modifications
   May 08, 2004  Ricardo Fabbri  Added binary I/O support
   May 08, 2004  Ricardo Fabbri  Added == operator

Definition in file vpgl_calibration_matrix.h.