Table of Contents

Class CContour

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

轮廓

public class CContour
Inheritance
CContour
Inherited Members
Extension Methods

Constructors

CContour()

构造

public CContour()

CContour(List<CPoint>)

构造

public CContour(List<CPoint> points)

Parameters

points List<CPoint>

Properties

Null

空值

public static CContour Null { get; }

Property Value

CContour

Points

public List<CPoint> Points { get; set; }

Property Value

List<CPoint>

Region

区域

public object Region { get; set; }

Property Value

object