Classes | Functions
contrib/oxl/mvl/HomgInterestPoint.h File Reference

Homogeneous interest point/corner. More...

#include <vcl_iosfwd.h>
#include <vnl/vnl_int_2.h>
#include <mvl/HomgPoint2D.h>
#include <vgl/vgl_homg_point_2d.h>

Go to the source code of this file.

Classes

class  HomgInterestPoint

Functions

vcl_ostream & operator<< (vcl_ostream &s, const HomgInterestPoint &)

Detailed Description

Homogeneous interest point/corner.

HomgInterestPoint is a representation of an interest point resulting from feature detection. At Oxford this generally means a Harris corner.

Author:
Andrew W. Fitzgibbon, Oxford RRG, 17 Aug 96
   Modifications:
     Peter Vanroose - 22 oct.02 - added vgl_homg_point_2d interface
   

Definition in file HomgInterestPoint.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  s,
const HomgInterestPoint  
)

Definition at line 87 of file HomgInterestPoint.cxx.