GridAdaptedFeatureDetector Parameters (Patch #1874)
Description
It's not possible to use the get/set mechanism of Algorithm on GridAdaptedFeatureDetector.
The patch solve this issue by adding AlgorithmInfo* info() const;
method (and default constructor)
Related issues
blocked by Bug #1876: AlgorithmInfo initialisation order is undefined | Done | 2012-05-02 |
Associated revisions
grid-adapted feature detector made a proper Algorithm (ticket #1874)
Merge pull request #1874 from SpecLad:merge-2.4
History
Updated by Alexander Shishkov almost 13 years ago
- Category set to features2d
Updated by Vadim Pisarevsky almost 13 years ago
thanks! with little modifications your patch was put into trunk, r8544
- Status changed from Open to Done
- Assignee set to Vadim Pisarevsky