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