I want to try out the new matching algorithm in flann, with LSH. But there is no info available.
What is the significance of the parameters in the LshIndexParams
constructor?
LshIndexParams(int table_number, int key_size, int multi_probe_level);
Also, can you suggest some default values to start with? For a better context, I want to replace the BruteForceMatcher<>
in the FREAK sample.