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

www.emgu.com/wiki
Create a contour using the specific seqFlag and storage
Declaration Syntax
C#Visual BasicVisual C++
public Contour(
	int seqFlag,
	MemStorage storage
)
Public Sub New ( _
	seqFlag As Integer, _
	storage As MemStorage _
)
public:
Contour(
	int seqFlag, 
	MemStorage^ storage
)
Parameters
seqFlag (Int32)
Flags of the created contour. If the contour is not passed to any function working with a specific type of sequences, the sequence value may be set to 0, otherwise the appropriate type must be selected from the list of predefined contour types
storage (MemStorage)
the storage

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