Searched refs:LshIndexParams (Results 1 – 2 of 2) sorted by relevance
117 struct CV_EXPORTS LshIndexParams : public IndexParams struct119 LshIndexParams(int table_number, int key_size, int multi_probe_level);
57 struct LshIndexParams : public IndexParams struct59 …LshIndexParams(unsigned int table_number = 12, unsigned int key_size = 20, unsigned int multi_prob…89 LshIndex(const Matrix<ElementType>& input_data, const IndexParams& params = LshIndexParams(),