[This is preliminary documentation and is subject to change.]

Create a BlobSeq

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static IntPtr CvBlobSeqCreate(
	int blobSize
)
Public Shared Function CvBlobSeqCreate ( _
	blobSize As Integer _
) As IntPtr
public:
static IntPtr CvBlobSeqCreate(
	int blobSize
)

Parameters

blobSize
Int32
The size of the blob in bytes

Return Value

Pointer to the BlobSeq

See Also