http://www.emgu.com
Create a BlobSeq

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 CvBlobSeqCreate(
	int blobSize
)
Visual Basic
Public Shared Function CvBlobSeqCreate ( _
	blobSize As Integer _
) As IntPtr
Visual C++
public:
static IntPtr CvBlobSeqCreate(
	int blobSize
)

Parameters

blobSize
Type: System..::..Int32
The size of the blob in bytes

Return Value

Pointer to the BlobSeq

See Also