Wrapper to cvSeq of OpenCV.

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

Syntax

C#
public class Seq<T> : IEnumerable<T>, IEnumerable
where T : struct, new()
Visual Basic (Declaration)
Public Class Seq(Of T As {Structure, New}) _
	Implements IEnumerable(Of T), IEnumerable
Visual C++
generic<typename T>
where T : value class, gcnew()
public ref class Seq : IEnumerable<T>, IEnumerable

Type Parameters

T
The type of elements in this sequence, must be a structure

Inheritance Hierarchy

System..::.Object
  Emgu.CV..::.Seq<(Of <(T>)>)
    Emgu.CV..::.Contour<(Of <(T>)>)

See Also