Create a BlobSeq from the given pointer

Namespace: Emgu.CV.VideoSurveillance
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public BlobSeq(
	IntPtr ptr
)
Public Sub New ( _
	ptr As IntPtr _
)
public:
BlobSeq(
	IntPtr ptr
)

Parameters

ptr
IntPtr
The pointer to the unmanaged BlobSeq

See Also