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 VGL_H_MATRIX_2D_INSTANTIATE | ( | T | ) |
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.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, | |
| const vgl_h_matrix_2d< T > & | h | |||
| ) |
| vcl_istream& operator>> | ( | vcl_istream & | s, | |
| vgl_h_matrix_2d< T > & | H | |||
| ) |
1.5.1