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 override MCvBlob this[
	int i
] { get; }
Public Overrides ReadOnly Default Property Item ( _
	i As Integer _
) As MCvBlob
public:
virtual property MCvBlob default[int i] {
	MCvBlob get (int i) override;
}

Parameters

i
Int32
The index of the blob

Return Value

The blob in the specific index

See Also