www.emgu.com/wiki
Add new blob to track it and assign to this blob personal ID

Declaration Syntax
Public Shared Function CvBlobTrackerAddBlob ( _
tracker As IntPtr, _
ByRef blob As MCvBlob, _
currentImage As IntPtr, _
currentForgroundMask As IntPtr _
) As IntPtr

Parameters
- tracker (IntPtr)
- The tracker
- blob (
MCvBlob
%)
- pointer to structure with blob parameters (ID is ignored)
- currentImage (IntPtr)
- current image
- currentForgroundMask (IntPtr)
- current foreground mask

Return Value
Pointer to new added blob
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)