#include "HomgLine2D.h"
#include <vcl_iostream.h>
#include <vnl/algo/vnl_svd.h>
#include <mvl/Homg2D.h>
#include <mvl/HomgLineSeg2D.h>
#include <mvl/HomgOperator2D.h>
Go to the source code of this file.
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, const HomgLine2D &p) |
Print to vcl_ostream in the format "<HomgLine2D x y w>". |
Definition in file HomgLine2D.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const HomgLine2D & | p | ||
) |
Print to vcl_ostream in the format "<HomgLine2D x y w>".
Definition at line 42 of file HomgLine2D.cxx.