Create a BlobSeq from the given pointer

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

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