Class Contour
Represents a polygonal contour.
Inherited Members
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public class Contour : Seq
Properties
| Improve this Doc View SourceHeaderSize
Gets the size of the Contour header, in bytes.
Declaration
public static int HeaderSize { get; }
Property Value
Type | Description |
---|---|
Int32 |
Rect
Gets the bounding rectangle of the contour.
Declaration
public Rect Rect { get; }
Property Value
Type | Description |
---|---|
Rect |
Methods
| Improve this Doc View SourceFromSeq(Seq)
Declaration
public static Contour FromSeq(Seq seq)
Parameters
Type | Name | Description |
---|---|---|
Seq | seq | A Seq instance representing a polygonal contour. |
Returns
Type | Description |
---|---|
Contour | A new Contour header for the specified |