Return the blob given the specific 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 abstract MCvBlob this[
	int i
] { get; }
Public MustOverride ReadOnly Default Property Item ( _
	i As Integer _
) As MCvBlob
	Get
public:
virtual property MCvBlob default[int i] {
	MCvBlob get (int i) abstract;
}

Parameters

i
Int32
The index of the blob

Return Value

The blob in the specific index

See Also