http://www.emgu.com
Return pointer to specified by index blob
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr CvBlobTrackerGetBlobByID(
IntPtr tracker,
int blobId
) |
Visual Basic |
---|
Public Shared Function CvBlobTrackerGetBlobByID ( _
tracker As IntPtr, _
blobId As Integer _
) As IntPtr |
Visual C++ |
---|
public:
static IntPtr CvBlobTrackerGetBlobByID(
IntPtr tracker,
int blobId
) |
Return Value
Pointer to the blob with specific id
See Also