Return the blob given the specific index
Namespace:
Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public override MCvBlob this[ int i ] { get; } |
| Visual Basic (Declaration) |
|---|
Public Overrides ReadOnly Default Property Item ( _ i As Integer _ ) As MCvBlob |
| Visual C++ |
|---|
public: virtual property MCvBlob default[int i] { MCvBlob get (int i) override; } |
Parameters
- i
- Type: System..::.Int32
The index of the blob