Create a BlobSeq
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
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