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

Craete a contour from the specific IntPtr and storage

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

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

[Missing <param name="storage"/> documentation for "M:Emgu.CV.Contour`1.#ctor(System.IntPtr,Emgu.CV.MemStorage)"]

See Also