#include "PMatrix.h"
#include <vcl_iostream.h>
#include <vcl_fstream.h>
#include <vcl_cmath.h>
#include <vcl_cassert.h>
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_matlab_print.h>
#include <vnl/algo/vnl_svd.h>
#include <vnl/algo/vnl_determinant.h>
#include <vgl/vgl_homg_plane_3d.h>
#include <vgl/vgl_point_3d.h>
#include <mvl/HomgPrettyPrint.h>
#include <mvl/HomgLine2D.h>
#include <mvl/HomgLineSeg2D.h>
#include <mvl/HomgPoint2D.h>
#include <mvl/HomgLine3D.h>
#include <mvl/HomgLineSeg3D.h>
#include <mvl/HomgPoint3D.h>
#include <mvl/HomgPlane3D.h>
#include <mvl/HomgOperator2D.h>
#include <mvl/PMatrixDecompAa.h>
#include <mvl/HMatrix3D.h>
#include <mvl/HMatrix2D.h>
Go to the source code of this file.
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, const PMatrix &p) |
Print p on vcl_ostream. | |
vcl_istream & | operator>> (vcl_istream &i, PMatrix &p) |
Load p from ascii vcl_istream. | |
PMatrix | operator* (const PMatrix &P, const HMatrix3D &H) |
Postmultiply PMatrix by HMatrix3D. |
Definition in file PMatrix.cxx.
Postmultiply PMatrix by HMatrix3D.
Definition at line 361 of file PMatrix.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const PMatrix & | p | ||
) |
Print p on vcl_ostream.
Definition at line 204 of file PMatrix.cxx.
vcl_istream& operator>> | ( | vcl_istream & | i, |
PMatrix & | p | ||
) |
Load p from ascii vcl_istream.
Definition at line 214 of file PMatrix.cxx.