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