CvLSHRemove Method OpenCvSharp Class Library
Remove vectors from LSH, as addressed by given indices.

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

public static void LSHRemove(
	CvLSH lsh,
	CvMat indices
)

Parameters

lsh
Type: OpenCvSharpCvLSH

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

indices
Type: OpenCvSharpCvMat

[Missing <param name="indices"/> documentation for "M:OpenCvSharp.Cv.LSHRemove(OpenCvSharp.CvLSH,OpenCvSharp.CvMat)"]

See Also

Reference