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

www.emgu.com/wiki
Create a contour using the specific storage
Declaration Syntax
C#Visual BasicVisual C++
public Contour(
	MemStorage storage
)
Public Sub New ( _
	storage As MemStorage _
)
public:
Contour(
	MemStorage^ storage
)
Parameters
storage (MemStorage)
The storage to be used

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