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

fl::InterestHarrisLaplacian Class Reference

#include <interest.h>

Inheritance diagram for fl::InterestHarrisLaplacian:

fl::InterestOperator List of all members.

Public Methods

 InterestHarrisLaplacian (int maxPoints=5000, float thresholdFactor=0.02, float neighborhood=1, float firstScale=1, float lastScale=25, int extraSteps=20, float stepSize=-1)
virtual void run (const Image &image, std::multiset< PointInterest > &result)

Public Attributes

std::vector< FilterHarrisfilters
 FilterHarris clearly outperforms FilterHarrisEigen in tests.

std::vector< Laplacianlaplacians
int maxPoints
float thresholdFactor
float neighborhood
int firstStep
int extraSteps
float stepSize

Constructor & Destructor Documentation

InterestHarrisLaplacian::InterestHarrisLaplacian int    maxPoints = 5000,
float    thresholdFactor = 0.02,
float    neighborhood = 1,
float    firstScale = 1,
float    lastScale = 25,
int    extraSteps = 20,
float    stepSize = -1
 


Member Function Documentation

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

Implements fl::InterestOperator.


Member Data Documentation

int fl::InterestHarrisLaplacian::extraSteps
 

std::vector<FilterHarris> fl::InterestHarrisLaplacian::filters
 

FilterHarris clearly outperforms FilterHarrisEigen in tests.

int fl::InterestHarrisLaplacian::firstStep
 

std::vector<Laplacian> fl::InterestHarrisLaplacian::laplacians
 

int fl::InterestHarrisLaplacian::maxPoints
 

float fl::InterestHarrisLaplacian::neighborhood
 

float fl::InterestHarrisLaplacian::stepSize
 

float fl::InterestHarrisLaplacian::thresholdFactor
 


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