Table of Contents

Class HoughLinesP

Namespace
H.Controls.Diagram.Presenters.OpenCV.NodeDatas.Detector
Assembly
H.Controls.Diagram.Presenters.OpenCV.dll
[Display(Name = "直线概率检测", GroupName = "基础检测", Order = 2)]
public class HoughLinesP : DetectorOpenCVNodeDataBase, INotifyPropertyChanged, ICloneable, ITemplate, IPortDataCreator, IPortableNodeData, ILinkDataCreator, ITextNodeData, ITextable, IOpenCVNodeData, IFlowableNodeData, IFlowablePartData, IFlowable, IDisposable, IMessageable, IStopwatchable, IDetectorOpenCVNodeData, INodeData, IPartData, IData, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable
Inheritance
HoughLinesP
Implements
Inherited Members
Extension Methods

Properties

MaxLineGap

[Display(Name = "MaxLineGap", GroupName = "数据")]
public double MaxLineGap { get; set; }

Property Value

double

MinLineLength

[Display(Name = "MinLineLength", GroupName = "数据")]
public double MinLineLength { get; set; }

Property Value

double

Rho

[Display(Name = "Rho", GroupName = "数据")]
public double Rho { get; set; }

Property Value

double

Theta

[Display(Name = "Theta", GroupName = "数据")]
public double Theta { get; set; }

Property Value

double

Threshold

[Display(Name = "Threshold", GroupName = "数据")]
public int Threshold { get; set; }

Property Value

int

Methods

Invoke(ISrcImageNodeData, IOpenCVNodeData, IFlowableDiagramData)

protected override FlowableResult<Mat> Invoke(ISrcImageNodeData srcImageNodeData, IOpenCVNodeData from, IFlowableDiagramData diagram)

Parameters

srcImageNodeData ISrcImageNodeData
from IOpenCVNodeData
diagram IFlowableDiagramData

Returns

FlowableResult<Mat>