Table of Contents

Class StarFeatureDetector

Namespace
H.Controls.Diagram.Presenters.OpenCV.NodeDatas.Feature
Assembly
H.Controls.Diagram.Presenters.OpenCV.dll
[Display(Name = "STAR", GroupName = "特征提取", Order = 0)]
public class StarFeatureDetector : FeatureOpenCVNodeDataBase, INotifyPropertyChanged, ICloneable, ITemplate, IPortDataCreator, IPortableNodeData, ILinkDataCreator, ITextNodeData, ITextable, IOpenCVNodeData, IFlowableNodeData, IFlowablePartData, IFlowable, IDisposable, IMessageable, IStopwatchable, IFeatureDetectorOpenCVNodeData, INodeData, IPartData, IData, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable
Inheritance
StarFeatureDetector
Implements
Inherited Members
Extension Methods

Properties

LineThresholdBinarized

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

Property Value

int

LineThresholdProjected

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

Property Value

int

MaxSize

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

Property Value

int

ResponseThreshold

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

Property Value

int

SuppressNonmaxSize

[Display(Name = "SuppressNonmaxSize", GroupName = "数据")]
public int SuppressNonmaxSize { 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>