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