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

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< FilterHarris > | filters |
| FilterHarris clearly outperforms FilterHarrisEigen in tests. | |
| std::vector< Laplacian > | laplacians |
| int | maxPoints |
| float | thresholdFactor |
| float | neighborhood |
| int | firstStep |
| int | extraSteps |
| float | stepSize |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||
|
Implements fl::InterestOperator. |
|
|
|
|
|
FilterHarris clearly outperforms FilterHarrisEigen in tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18