struct cvflann::LshIndexParams
#include <lsh_index.h> struct LshIndexParams: public std::map< K, T > { // construction LshIndexParams( unsigned int table_number = 12, unsigned int key_size = 20, unsigned int multi_probe_level = 2 ); };
#include <lsh_index.h> struct LshIndexParams: public std::map< K, T > { // construction LshIndexParams( unsigned int table_number = 12, unsigned int key_size = 20, unsigned int multi_probe_level = 2 ); };