Emgu CV Library Documentation
Contour<(Of <(T>)>) Constructor (ptr, storage)
NamespacesEmgu.CVContour<(Of <(T>)>)Contour<(Of <(T>)>)(IntPtr, MemStorage)

www.emgu.com/wiki
Craete a contour from the specific IntPtr and storage
Declaration Syntax
C#Visual BasicVisual 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)"]

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