Class StarFeatureDetector
- 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
LineThresholdProjected
[Display(Name = "LineThresholdProjected", GroupName = "数据")]
public int LineThresholdProjected { get; set; }
Property Value
MaxSize
[Display(Name = "MaxSize", GroupName = "数据")]
public int MaxSize { get; set; }
Property Value
ResponseThreshold
[Display(Name = "ResponseThreshold", GroupName = "数据")]
public int ResponseThreshold { get; set; }
Property Value
SuppressNonmaxSize
[Display(Name = "SuppressNonmaxSize", GroupName = "数据")]
public int SuppressNonmaxSize { 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>