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

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. | |
|
||||||||||||||||
|
|
|
||||||||||||
|
Implements fl::InterestOperator. |
|
|
|
|
|
Max number of interest points allowable.
|
|
|
|
|
|
Percent of max interest response level at which to cut off interest points.
|
1.2.18