http://www.emgu.com
Return pointer to specified by index blob

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

Syntax

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

Parameters

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

Return Value

Pointer to the blob with the specific index

See Also