A class to hold a line-to-line projective transformation matrix and to perform common operations using it e.g. More...
Go to the source code of this file.
Classes | |
class | HMatrix1D |
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, const HMatrix1D &H) |
Print H on vcl_ostream. | |
vcl_istream & | operator>> (vcl_istream &s, HMatrix1D &H) |
Read H from vcl_istream. |
A class to hold a line-to-line projective transformation matrix and to perform common operations using it e.g.
transfer point.
Modifications 22 Oct 2002 - Peter Vanroose - added vgl_homg_point_1d interface 23 Oct 2002 - Peter Vanroose - using fixed 3x3 matrices throughout
Definition in file HMatrix1D.h.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const HMatrix1D & | H | ||
) |
Print H on vcl_ostream.
Definition at line 83 of file HMatrix1D.cxx.
vcl_istream& operator>> | ( | vcl_istream & | s, |
HMatrix1D & | H | ||
) |
Read H from vcl_istream.
Definition at line 89 of file HMatrix1D.cxx.