Classes | Functions
contrib/gel/mrc/vpgl/vpgl_calibration_matrix.h File Reference

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

#include <vgl/vgl_fwd.h>
#include <vnl/vnl_fwd.h>
#include <vnl/vnl_matrix_fixed.h>
#include <vsl/vsl_binary_io.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...

Functions

template<class T >
void vsl_b_write (vsl_b_ostream &os, const vpgl_calibration_matrix< T > *p)
 Binary save.
template<class T >
void vsl_b_read (vsl_b_istream &is, vpgl_calibration_matrix< T > *&p)
 Binary read.

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.


Function Documentation

template<class T >
void vsl_b_read ( vsl_b_istream is,
vpgl_calibration_matrix< T > *&  p 
)

Binary read.

Definition at line 220 of file vpgl_calibration_matrix.txx.

template<class T >
void vsl_b_write ( vsl_b_ostream os,
const vpgl_calibration_matrix< T > *  p 
)

Binary save.

Definition at line 206 of file vpgl_calibration_matrix.txx.