Get the blob of specific index 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 CvBlobTrackerAutoGetBlob(
	IntPtr tracker,
	int index
)
Public Shared Function CvBlobTrackerAutoGetBlob ( _
	tracker As IntPtr, _
	index As Integer _
) As IntPtr
public:
static IntPtr CvBlobTrackerAutoGetBlob(
	IntPtr tracker, 
	int index
)

Parameters

tracker
IntPtr
The auto blob tracker
index
Int32
The index of the blob

Return Value

Pointer to the the blob

See Also