Wrapped class for Contour

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

Syntax

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

Type Parameters

T
The type of elements in the Contour, either PointF or Point.

Inheritance Hierarchy

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

See Also