Opencv Flann
Hi there !
Is there any way to specifiy a custom distance when using the Flann integration in OpenCV ? I dont't see any interface for that...
Thanks, Alex
Hi there !
Is there any way to specifiy a custom distance when using the Flann integration in OpenCV ? I dont't see any interface for that...
Thanks, Alex
Asked: 2013-07-18 16:47:31 -0600
Seen: 599 times
Last updated: Jul 18 '13
How to use the LshIndexParams?
Using FLANN with binary descriptors (Brief,ORB)
How can I find out the number of results in a FLANN radiusSearch
Feature Matching with FLANN - Exception on "nonfree_init.cpp"
Measure distance from detected object using opencv
I guess if you want to apply a custom distance metric, you will have to edit the source code of the FLANN approach.