Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

fl::InterestHarris Class Reference

#include <interest.h>

Inheritance diagram for fl::InterestHarris:

fl::InterestOperator List of all members.

Public Methods

 InterestHarris (int neighborhood=5, int maxPoints=5000, float thresholdFactor=0.02)
virtual void run (const Image &image, std::multiset< PointInterest > &result)

Public Attributes

NonMaxSuppress nms
FilterHarris filter
int maxPoints
 Max number of interest points allowable.

float thresholdFactor
 Percent of max interest response level at which to cut off interest points.


Constructor & Destructor Documentation

InterestHarris::InterestHarris int    neighborhood = 5,
int    maxPoints = 5000,
float    thresholdFactor = 0.02
 


Member Function Documentation

void InterestHarris::run const Image   image,
std::multiset< PointInterest > &    result
[virtual]
 

Implements fl::InterestOperator.


Member Data Documentation

FilterHarris fl::InterestHarris::filter
 

int fl::InterestHarris::maxPoints
 

Max number of interest points allowable.

NonMaxSuppress fl::InterestHarris::nms
 

float fl::InterestHarris::thresholdFactor
 

Percent of max interest response level at which to cut off interest points.


The documentation for this class was generated from the following files:
Generated on Thu Dec 9 17:13:25 2004 for fl by doxygen1.2.18