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

fl::InterestLaplacian Class Reference

#include <interest.h>

Inheritance diagram for fl::InterestLaplacian:

fl::InterestOperator List of all members.

Public Methods

 InterestLaplacian (int maxPoints=5000, float thresholdFactor=0.02, float neighborhood=1, float firstScale=1, float lastScale=25, int extraSteps=20, float stepSize=-1)
 neighborhood >= 0 means fixed size (min = 1 pixel); neighborhood < 0 means multiple of scale.

virtual void run (const Image &image, std::multiset< PointInterest > &result)

Public Attributes

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

Constructor & Destructor Documentation

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

neighborhood >= 0 means fixed size (min = 1 pixel); neighborhood < 0 means multiple of scale.


Member Function Documentation

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

Implements fl::InterestOperator.


Member Data Documentation

int fl::InterestLaplacian::extraSteps
 

int fl::InterestLaplacian::firstStep
 

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

int fl::InterestLaplacian::maxPoints
 

float fl::InterestLaplacian::neighborhood
 

float fl::InterestLaplacian::stepSize
 

float fl::InterestLaplacian::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