#include "HMatrix2D.h"
#include <mvl/HomgOperator2D.h>
#include <vnl/vnl_inverse.h>
#include <vcl_fstream.h>
Go to the source code of this file.
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, const HMatrix2D &h) |
Print H on vcl_ostream. | |
vcl_istream & | operator>> (vcl_istream &s, HMatrix2D &H) |
Read H from vcl_istream. |
Definition in file HMatrix2D.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const HMatrix2D & | h | ||
) |
Print H on vcl_ostream.
Definition at line 113 of file HMatrix2D.cxx.
vcl_istream& operator>> | ( | vcl_istream & | s, |
HMatrix2D & | H | ||
) |
Read H from vcl_istream.
Definition at line 119 of file HMatrix2D.cxx.