Construct in-memory LSH table, with n bins.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- d
- Type: SystemInt32
[Missing <param name="d"/> documentation for "M:OpenCvSharp.CvLSH.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType)"]
- n
- Type: SystemInt32
[Missing <param name="n"/> documentation for "M:OpenCvSharp.CvLSH.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType)"]
- l
- Type: SystemInt32
[Missing <param name="l"/> documentation for "M:OpenCvSharp.CvLSH.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType)"]
- k
- Type: SystemInt32
[Missing <param name="k"/> documentation for "M:OpenCvSharp.CvLSH.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType)"]
- type
- Type: OpenCvSharpMatrixType
[Missing <param name="type"/> documentation for "M:OpenCvSharp.CvLSH.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType)"]
See Also