Overload List
Name | Description | |
---|---|---|
CvLSH(IntPtr) |
Initializes from pointer
| |
CvLSH(Int32, Int32) |
Construct in-memory LSH table, with n bins.
| |
CvLSH(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.
| |
CvLSH(Int32, Int32, Int32) |
Construct in-memory LSH table, with n bins.
| |
CvLSH(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.
| |
CvLSH(Int32, Int32, Int32, Int32) |
Construct in-memory LSH table, with n bins.
| |
CvLSH(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.
| |
CvLSH(Int32, Int32, Int32, Int32, MatrixType) |
Construct in-memory LSH table, with n bins.
| |
CvLSH(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.
| |
CvLSH(Int32, Int32, Int32, Int32, MatrixType, Double) |
Construct in-memory LSH table, with n bins.
| |
CvLSH(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.
| |
CvLSH(Int32, Int32, Int32, Int32, MatrixType, Double, Int64) |
Construct in-memory LSH table, with n bins.
| |
CvLSH(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.
|
See Also