Defines | Functions
contrib/gel/mrc/vpgl/vpgl_calibration_matrix.txx File Reference
#include "vpgl_calibration_matrix.h"
#include <vgl/vgl_point_2d.h>
#include <vgl/io/vgl_io_point_2d.h>
#include <vnl/algo/vnl_svd.h>
#include <vcl_cassert.h>

Go to the source code of this file.

Defines

#define vpgl_calibration_matrix_txx_
#define vpgl_CALIBRATION_MATRIX_INSTANTIATE(T)   template class vpgl_calibration_matrix<T >

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 load.

Detailed Description

Definition in file vpgl_calibration_matrix.txx.


Define Documentation

#define vpgl_CALIBRATION_MATRIX_INSTANTIATE (   T)    template class vpgl_calibration_matrix<T >

Definition at line 235 of file vpgl_calibration_matrix.txx.

#define vpgl_calibration_matrix_txx_

Definition at line 3 of file vpgl_calibration_matrix.txx.


Function Documentation

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

Binary load.

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.