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