Delete blob by its index

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

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