Set of interest points on an image. More...
#include <vcl_vector.h>
#include <vcl_iosfwd.h>
#include <vnl/vnl_double_2.h>
#include <vgl/vgl_homg_point_2d.h>
#include <mvl/HomgPoint2D.h>
#include <mvl/HomgMetric.h>
Go to the source code of this file.
Classes | |
class | HomgInterestPointSet |
Set of interest points on an image.
HomgInterestPointSet holds a set of corners (or points of interest) computed from an image. The current implementation provides a moderately abstract interface, but assumes that it is efficient to associate an index with each corner. I know this ought to be elsewhere.
Modifications: Peter Vanroose - 27 aug.97 - moved vcl_vector<HomgInterestPoint> instantiation to Templates Peter Vanroose - 22 oct.02 - added vgl_homg_point_2d interface
Definition in file HomgInterestPointSet.h.