Create a BlobSeq

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static IntPtr CvBlobSeqCreate(
	int blobSize
)
Visual Basic (Declaration)
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