Get the blob of specific id from the auto blob tracker

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static IntPtr CvBlobTrackerAutoGetBlobByID(
	IntPtr tracker,
	int blobID
)
Public Shared Function CvBlobTrackerAutoGetBlobByID ( _
	tracker As IntPtr, _
	blobID As Integer _
) As IntPtr
public:
static IntPtr CvBlobTrackerAutoGetBlobByID(
	IntPtr tracker, 
	int blobID
)

Parameters

tracker
IntPtr
The auto blob tracker
blobID
Int32
The id of the blob

Return Value

Pointer to the blob of specific ID

See Also