#include <interest.h>
Inheritance diagram for fl::InterestLaplacian:

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< Laplacian > | laplacians |
| int | maxPoints |
| float | thresholdFactor |
| float | neighborhood |
| int | firstStep |
| int | extraSteps |
| float | stepSize |
|
||||||||||||||||||||||||||||||||
|
neighborhood >= 0 means fixed size (min = 1 pixel); neighborhood < 0 means multiple of scale.
|
|
||||||||||||
|
Implements fl::InterestOperator. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18