CvCreateMemoryLSH Method (Int32, Int32, Int32, Int32, MatrixType, Double, Int64) OpenCvSharp Class Library
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

public static CvLSH CreateMemoryLSH(
	int d,
	int n,
	int l,
	int k,
	MatrixType type,
	double r,
	long seed
)

Parameters

d
Type: SystemInt32

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

n
Type: SystemInt32

[Missing <param name="n"/> documentation for "M:OpenCvSharp.Cv.CreateMemoryLSH(System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType,System.Double,System.Int64)"]

l
Type: SystemInt32

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

k
Type: SystemInt32

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

type
Type: OpenCvSharpMatrixType

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

r
Type: SystemDouble

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

seed
Type: SystemInt64

[Missing <param name="seed"/> documentation for "M:OpenCvSharp.Cv.CreateMemoryLSH(System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType,System.Double,System.Int64)"]

Return Value

Type: CvLSH

[Missing <returns> documentation for "M:OpenCvSharp.Cv.CreateMemoryLSH(System.Int32,System.Int32,System.Int32,System.Int32,OpenCvSharp.MatrixType,System.Double,System.Int64)"]

See Also

Reference