#include "HomgInterestPoint.h"#include <vcl_iostream.h>#include <vnl/vnl_math.h>#include <mvl/HomgMetric.h>Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, const HomgInterestPoint &) |
| bool | operator== (const HomgInterestPoint &a, const HomgInterestPoint &b) |
Definition in file HomgInterestPoint.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const HomgInterestPoint & | |||
| ) |
Definition at line 87 of file HomgInterestPoint.cxx.
| bool operator== | ( | const HomgInterestPoint & | a, |
| const HomgInterestPoint & | b | ||
| ) |
Definition at line 92 of file HomgInterestPoint.cxx.
1.7.5.1