CvLSH Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodCvLSH(IntPtr)
Initializes from pointer
Public methodCvLSH(Int32, Int32)
Construct in-memory LSH table, with n bins.
Public methodCvLSH(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 methodCvLSH(Int32, Int32, Int32)
Construct in-memory LSH table, with n bins.
Public methodCvLSH(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 methodCvLSH(Int32, Int32, Int32, Int32)
Construct in-memory LSH table, with n bins.
Public methodCvLSH(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 methodCvLSH(Int32, Int32, Int32, Int32, MatrixType)
Construct in-memory LSH table, with n bins.
Public methodCvLSH(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 methodCvLSH(Int32, Int32, Int32, Int32, MatrixType, Double)
Construct in-memory LSH table, with n bins.
Public methodCvLSH(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 methodCvLSH(Int32, Int32, Int32, Int32, MatrixType, Double, Int64)
Construct in-memory LSH table, with n bins.
Public methodCvLSH(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