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

Public Methods | |
| virtual void | run (const Image &image, std::multiset< PointInterest > &result)=0 |
| virtual void | run (const Image &image, std::vector< PointInterest > &result) |
| Same as above, just different type of collection for return value. | |
|
||||||||||||
|
Same as above, just different type of collection for return value.
|
|
||||||||||||
|
Implemented in fl::InterestHarris, fl::InterestHarrisLaplacian, fl::InterestLaplacian, fl::InterestHessian, and fl::InterestDOG. |
1.2.18