Get the blob with the specific id
Namespace:
Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public override Nullable<MCvBlob> GetBlobByID( int blobID ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function GetBlobByID ( _ blobID As Integer _ ) As Nullable(Of MCvBlob) |
| Visual C++ |
|---|
public: virtual Nullable<MCvBlob> GetBlobByID( int blobID ) override |
Parameters
- blobID
- Type: System..::.Int32
The id of the blob