patch to add FeatureTree to Python (Patch #1082)
Description
Patch to add CreateKDTree(), CreateSpillTree(), FindFeatures() and
FindFeaturesBoxed() to the Python wrappers.
Added a Python example for these functions "featuretree.py".
Associated revisions
Merge pull request #1082 from jet47:gpu-warnings-fix
History
Updated by Alexander Shishkov about 13 years ago
- Description changed from Patch to add [[CreateKDTree]](), [[CreateSpillTree]](), [[FindFeatures]]() an... to Patch to add CreateKDTree(), CreateSpillTree(), FindFeatures() and FindFeatur... More
Updated by Kirill Kornyakov about 13 years ago
- Tracker changed from Feature to Patch
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Alexander Shishkov almost 13 years ago
- Target version deleted ()
Updated by Vadim Pisarevsky over 12 years ago
The old python bindings are now almost obsolete, whereas the new python bindings include support for FLANN, so the functionality is covered
- Status changed from Open to Cancelled