Delete blob by its index

Namespace:  Emgu.CV.VideoSurveillance
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void RemoveAt(
	int blobIndex
)
Visual Basic (Declaration)
Public Sub RemoveAt ( _
	blobIndex As Integer _
)
Visual C++
public:
void RemoveAt(
	int blobIndex
)

Parameters

blobIndex
Type: System..::.Int32
The index of the blob

See Also