CvCreateLSH Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberCreateLSH(IntPtr, Int32)
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
Public methodStatic memberCreateLSH(IntPtr, Int32, Int32)
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
Public methodStatic memberCreateLSH(IntPtr, Int32, Int32, Int32)
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
Public methodStatic memberCreateLSH(IntPtr, Int32, Int32, Int32, MatrixType)
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
Public methodStatic memberCreateLSH(IntPtr, Int32, Int32, Int32, MatrixType, Double)
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
Public methodStatic memberCreateLSH(IntPtr, Int32, Int32, Int32, MatrixType, Double, Int64)
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
Top
See Also

Reference