How to implement flann based LSH for ORB
I'm trying to implement a flann based matcher and use it with ORB. How can get it in OpenCV? Now I'm using brute force hamming matching. If I undestood well, LSH has better performance related to Brute force matching. Is it right?