http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Get the specific blob from the blob sequence
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IntPtr CvBlobSeqGetBlob( IntPtr blobSeq, int blobIndex ) |
Visual Basic |
---|
Public Shared Function CvBlobSeqGetBlob ( _ blobSeq As IntPtr, _ blobIndex As Integer _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr CvBlobSeqGetBlob( IntPtr blobSeq, int blobIndex ) |
Parameters
- blobSeq
- Type: System..::..IntPtr
the blob sequence
- blobIndex
- Type: System..::..Int32
the index of the blob to be retrieved