Delete blob by its index

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

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