CvLSHSize Method OpenCvSharp Class Library
Return the number of vectors in the LSH.

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

public static uint LSHSize(
	CvLSH lsh
)

Parameters

lsh
Type: OpenCvSharpCvLSH

[Missing <param name="lsh"/> documentation for "M:OpenCvSharp.Cv.LSHSize(OpenCvSharp.CvLSH)"]

Return Value

Type: UInt32
number of vectors
See Also

Reference