Create a BlobSeq from the given pointer

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

Syntax

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

Parameters

ptr
Type: System..::.IntPtr
The pointer to the unmanaged BlobSeq

See Also