[This is preliminary documentation and is subject to change.]

Delete blob by its index

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

Syntax

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

Parameters

blobIndex
Int32
The index of the blob

See Also