core/vgl/algo/vgl_h_matrix_2d.txx File Reference


Detailed Description

Definition in file vgl_h_matrix_2d.txx.

#include "vgl_h_matrix_2d.h"
#include <vnl/vnl_inverse.h>
#include <vnl/vnl_vector_fixed.h>
#include <vnl/algo/vnl_svd.h>
#include <vcl_fstream.h>

Go to the source code of this file.


Defines

#define VGL_H_MATRIX_2D_INSTANTIATE(T)

Functions

template<class T>
vcl_ostream & operator<< (vcl_ostream &s, const vgl_h_matrix_2d< T > &h)
 Print H on vcl_ostream.
template<class T>
vcl_istream & operator>> (vcl_istream &s, vgl_h_matrix_2d< T > &H)
 Read H from vcl_istream.

Define Documentation

#define VGL_H_MATRIX_2D_INSTANTIATE (  ) 

Value:

template class vgl_h_matrix_2d<T >; \
template vcl_ostream& operator << (vcl_ostream& s, const vgl_h_matrix_2d<T >& h); \
template vcl_istream& operator >> (vcl_istream& s, vgl_h_matrix_2d<T >& h)

Definition at line 409 of file vgl_h_matrix_2d.txx.


Function Documentation

template<class T>
vcl_ostream& operator<< ( vcl_ostream &  s,
const vgl_h_matrix_2d< T > &  h 
)

Print H on vcl_ostream.

Definition at line 157 of file vgl_h_matrix_2d.txx.

template<class T>
vcl_istream& operator>> ( vcl_istream &  s,
vgl_h_matrix_2d< T > &  H 
)

Read H from vcl_istream.

Definition at line 164 of file vgl_h_matrix_2d.txx.


Generated on Mon Mar 8 05:07:52 2010 for core/vgl by  doxygen 1.5.1