Get the MCvSeq structure

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

Syntax

C#
public MCvSeq MCvSeq { get; }
Visual Basic (Declaration)
Public ReadOnly Property MCvSeq As MCvSeq
Visual C++
public:
property MCvSeq MCvSeq {
	MCvSeq get ();
}

See Also