Get the blob with the specific id

Namespace: Emgu.CV.VideoSurveillance
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public override Nullable<MCvBlob> GetBlobByID(
	int blobID
)
Public Overrides Function GetBlobByID ( _
	blobID As Integer _
) As Nullable(Of MCvBlob)
public:
virtual Nullable<MCvBlob> GetBlobByID(
	int blobID
) override

Parameters

blobID
Int32
The id of the blob

Return Value

The blob of the specific id, if it doesn't exist, null is returned

See Also