Emgu CV Library Documentation
BlobSeq Constructor (ptr)
NamespacesEmgu.CV.VideoSurveillanceBlobSeqBlobSeq(IntPtr)

www.emgu.com/wiki
Create a BlobSeq from the given pointer
Declaration Syntax
C#Visual BasicVisual C++
public BlobSeq(
	IntPtr ptr
)
Public Sub New ( _
	ptr As IntPtr _
)
public:
BlobSeq(
	IntPtr ptr
)
Parameters
ptr (IntPtr)
The pointer to the unmanaged BlobSeq

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)