Basically I have many objects that i would recognize in a test image (query image) using ORB descriptors.
I would like to use LSH to get faster matching but I can't find examples in opencv. Is it developed ? What do you use if you have differenet objects and you want to find each of them in a test image?