Craete a contour from the specific IntPtr and storage

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Contour(
	IntPtr ptr,
	MemStorage storage
)
Public Sub New ( _
	ptr As IntPtr, _
	storage As MemStorage _
)
public:
Contour(
	IntPtr ptr, 
	MemStorage^ storage
)

Parameters

ptr
IntPtr
The unmanged Pointer to the sequence
storage
MemStorage
The storage used by this contour

See Also