[This is preliminary documentation and is subject to change.]

Create a BlobSeq from the given pointer

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

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