http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Wrapper to cvSeq of OpenCV.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public class Seq<T> : IEnumerable<T>, IEnumerable where T : struct, new() |
Visual Basic |
---|
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