Closed GoogleCodeExporter closed 9 years ago
Fixed in r109 where we force to use LSH nearest neighbor strategy with ORB and
Brief descriptors (CV_8U). With other descriptors (CV_32F), any of FLANN
kd-trees, k-means, composite, linear, auto tuned strategies can be used but not
LSH.
One last thing is if the output of the LSH is used correctly, we still use
CV_32FC1 as the output distance of the nearest neighbor strategy... though
there is no documentation on OpenCV to know which type the output is. For this
reason I will let this issue opened until the OpenCV documentation is more
clear on that point.
Original comment by matla...@gmail.com
on 28 Aug 2012 at 1:55
Original comment by matla...@gmail.com
on 24 Aug 2014 at 1:45
Original issue reported on code.google.com by
matla...@gmail.com
on 1 Aug 2012 at 4:55