Emgu CV Library Documentation
Seq<(Of <(T>)>) Constructor (storage)
NamespacesEmgu.CVSeq<(Of <(T>)>)Seq<(Of <(T>)>)(MemStorage)

www.emgu.com/wiki
Create a sequence using the specific storage
Declaration Syntax
C#Visual BasicVisual C++
public Seq(
	MemStorage storage
)
Public Sub New ( _
	storage As MemStorage _
)
public:
Seq(
	MemStorage^ storage
)
Parameters
storage (MemStorage)
the storage

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