Emgu CV Library Documentation
CvBlobTrackerGetBlob Method (tracker, blobIndex)
NamespacesEmgu.CVCvInvokeCvBlobTrackerGetBlob(IntPtr, Int32)

www.emgu.com/wiki
Return pointer to specified by index blob
Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CvBlobTrackerGetBlob(
	IntPtr tracker,
	int blobIndex
)
Public Shared Function CvBlobTrackerGetBlob ( _
	tracker As IntPtr, _
	blobIndex As Integer _
) As IntPtr
public:
static IntPtr CvBlobTrackerGetBlob(
	IntPtr tracker, 
	int blobIndex
)
Parameters
tracker (IntPtr)
The tracker
blobIndex (Int32)
The index of the blob
Return Value
Pointer to specified by index blob

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)