3x3 plane-to-plane projectivity More...
#include <vnl/vnl_fwd.h>#include <vnl/vnl_matrix_fixed.h>#include <vgl/vgl_homg_point_2d.h>#include <vgl/vgl_homg_line_2d.h>#include <vgl/vgl_conic.h>#include <vcl_vector.h>#include <vcl_iosfwd.h>Go to the source code of this file.
Classes | |
| class | vgl_h_matrix_2d< T > |
| A class to hold a plane-to-plane projective transformation matrix and to perform common operations using it e.g. More... | |
Defines | |
| #define | VGL_H_MATRIX_2D_INSTANTIATE(T) extern "please include vgl/algo/vgl_h_matrix_2d.txx first" |
Functions | |
| template<class T > | |
| vcl_ostream & | operator<< (vcl_ostream &s, vgl_h_matrix_2d< T > const &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. | |
3x3 plane-to-plane projectivity
A class to hold a plane-to-plane projective transformation matrix and to perform common operations using it e.g. transfer point.
Modifications
16 Aug 2010 - Gamze Tunali - added is_identity()
22 Oct 2002 - Peter Vanroose - added vgl_homg_point_2d interface
23 Oct 2002 - Peter Vanroose - using fixed 3x3 matrices throughout
22 Mar 2003 - J.L. Mundy - preparing for upgrade to vgl
24 Jun 2003 - Peter Vanroose - added projective_basis() from 4 lines
31 Jul 2010 - Peter Vanroose - made more similar to 1d and 3d variants
24 Oct 2010 - Peter Vanroose - mutators and setters now return *this
27 Oct 2010 - Peter Vanroose - moved Doxygen docs from .txx to .h
Definition in file vgl_h_matrix_2d.h.
| #define VGL_H_MATRIX_2D_INSTANTIATE | ( | T | ) | extern "please include vgl/algo/vgl_h_matrix_2d.txx first" |
Definition at line 221 of file vgl_h_matrix_2d.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| vgl_h_matrix_2d< T > const & | H | ||
| ) |
Print H on vcl_ostream.
Definition at line 159 of file vgl_h_matrix_2d.txx.
| vcl_istream& operator>> | ( | vcl_istream & | s, |
| vgl_h_matrix_2d< T > & | H | ||
| ) |
Read H from vcl_istream.
Definition at line 218 of file vgl_h_matrix_2d.h.
1.7.5.1