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

Return the blob given the specific 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 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