Emgu CV Library Documentation
CvBlobSeqCreate Method (blobSize)
NamespacesEmgu.CVCvInvokeCvBlobSeqCreate(Int32)

www.emgu.com/wiki
Create a BlobSeq
Declaration Syntax
C#Visual BasicVisual 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

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)