#include "HMatrix1D.h"
#include <vgl/vgl_homg_point_1d.h>
#include <vcl_fstream.h>
#include <vnl/vnl_double_2.h>
#include <vnl/vnl_inverse.h>
Go to the source code of this file.
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. |
Definition in file HMatrix1D.cxx.
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.