CvLSHCreateLSH Method (IntPtr, Int32, Int32, Int32, MatrixType, Double) OpenCvSharp Class Library
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.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvLSH CreateLSH(
	IntPtr ops,
	int d,
	int l,
	int k,
	MatrixType type,
	double r
)

Parameters

ops
Type: SystemIntPtr
(not supported argument on OpenCvSharp)
d
Type: SystemInt32

[Missing <param name="d"/> documentation for "M:OpenCvSharp.CvLSH.CreateLSH(System.IntPtr,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType,System.Double)"]

l
Type: SystemInt32

[Missing <param name="l"/> documentation for "M:OpenCvSharp.CvLSH.CreateLSH(System.IntPtr,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType,System.Double)"]

k
Type: SystemInt32

[Missing <param name="k"/> documentation for "M:OpenCvSharp.CvLSH.CreateLSH(System.IntPtr,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType,System.Double)"]

type
Type: OpenCvSharpMatrixType

[Missing <param name="type"/> documentation for "M:OpenCvSharp.CvLSH.CreateLSH(System.IntPtr,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType,System.Double)"]

r
Type: SystemDouble

[Missing <param name="r"/> documentation for "M:OpenCvSharp.CvLSH.CreateLSH(System.IntPtr,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType,System.Double)"]

Return Value

Type: CvLSH

[Missing <returns> documentation for "M:OpenCvSharp.CvLSH.CreateLSH(System.IntPtr,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType,System.Double)"]

See Also

Reference