Get the blob of specific index from the auto blob tracker

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

Syntax

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

Parameters

tracker
Type: System..::.IntPtr
The auto blob tracker
index
Type: System..::.Int32
The index of the blob

Return Value

Pointer to the the blob

See Also