Classes | Functions
contrib/oxl/mvl/HMatrix1D.h File Reference

A class to hold a line-to-line projective transformation matrix and to perform common operations using it e.g. More...

#include <vnl/vnl_double_2x2.h>
#include <vgl/vgl_homg_point_1d.h>
#include <vcl_iosfwd.h>

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.

Detailed Description

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.


Function Documentation

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.