Class FindContours
- Assembly
- H.Controls.Diagram.Presenters.OpenCV.dll
[Display(Name = "查找轮廓", GroupName = "基础函数", Description = "二指图片的效果反转既黑色变白色,白色变黑色", Order = 21)]
public class FindContours : BasicOpenCVNodeDataBase, INotifyPropertyChanged, ICloneable, ITemplate, IPortDataCreator, IPortableNodeData, ILinkDataCreator, ITextNodeData, ITextable, IOpenCVNodeData, IFlowableNodeData, IFlowablePartData, IFlowable, IDisposable, IMessageable, IStopwatchable, INodeData, IPartData, IData, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable
- Inheritance
-
FindContours
- Implements
- Inherited Members
- Extension Methods
Properties
ContourApproximationMode
[Display(Name = "ContourApproximationMode", GroupName = "数据")]
public ContourApproximationModes ContourApproximationMode { get; set; }
Property Value
- ContourApproximationModes
ContourIdx
[Display(Name = "ContourIdx", GroupName = "数据")]
public int ContourIdx { get; set; }
Property Value
DrawContourType
[Display(Name = "DrawContourType", GroupName = "数据")]
public DrawContourType DrawContourType { get; set; }
Property Value
DrawOffset
[Display(Name = "DrawOffset", GroupName = "数据")]
public Point? DrawOffset { get; set; }
Property Value
- Point?
LineType
[Display(Name = "LineType", GroupName = "数据")]
public LineTypes LineType { get; set; }
Property Value
- LineTypes
MaxLevel
[Display(Name = "MaxLevel", GroupName = "数据")]
public int MaxLevel { get; set; }
Property Value
Offset
[Display(Name = "Offset", GroupName = "数据")]
public Point? Offset { get; set; }
Property Value
- Point?
RetrievalMode
[Display(Name = "RetrievalMode", GroupName = "数据")]
public RetrievalModes RetrievalMode { get; set; }
Property Value
- RetrievalModes
Thickness
[Display(Name = "Thickness", GroupName = "数据")]
public int Thickness { get; set; }
Property Value
Methods
Invoke(ISrcImageNodeData, IOpenCVNodeData, IFlowableDiagramData)
protected override FlowableResult<Mat> Invoke(ISrcImageNodeData srcImageNodeData, IOpenCVNodeData from, IFlowableDiagramData diagram)
Parameters
srcImageNodeData
ISrcImageNodeDatafrom
IOpenCVNodeDatadiagram
IFlowableDiagramData
Returns
- FlowableResult<Mat>