Class LshIndexParams
- Namespace
- OpenCvSharp.Flann
- Assembly
- OpenCvSharp.dll
When using a parameters object of this type the index created uses multi-probe LSH (by Multi-Probe LSH: Efficient Indexing for High-Dimensional Similarity Search by Qin Lv, William Josephson, Zhe Wang, Moses Charikar, Kai Li., Proceedings of the 33rd International Conference on Very Large Data Bases (VLDB). Vienna, Austria. September 2007)
public class LshIndexParams : IndexParams, IDisposable, ICvPtrHolder
- Inheritance
-
LshIndexParams
- Implements
- Inherited Members
Constructors
LshIndexParams(Ptr)
protected LshIndexParams(Ptr ptrObj)
Parameters
ptrObjPtr
LshIndexParams(int, int, int)
Constructor
public LshIndexParams(int tableNumber, int keySize, int multiProbeLevel)