Table of Contents

Enum DrawContourType

Namespace
H.Controls.Diagram.Presenters.OpenCV.NodeDatas.Basic
Assembly
H.Controls.Diagram.Presenters.OpenCV.dll
public enum DrawContourType
Extension Methods

Fields

[Display(Name = "逼近")] ApproxPolyDP = 4
[Display(Name = "外接矩形")] BoundingRect = 1
[Display(Name = "凸包")] ConvexHull = 3
[Display(Name = "轮廓")] DrawContours = 0
[Display(Name = "最小外接矩形")] MinAreaRect = 2