Class BriskFeatureDetector
- Assembly
- H.Controls.Diagram.Presenters.OpenCV.dll
[Display(Name = "BRISK", GroupName = "特征提取", Order = 0)]
public class BriskFeatureDetector : 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
-
BriskFeatureDetector
- Implements
- Inherited Members
- Extension Methods
Properties
Octaves
[Range(0, 8)]
[Display(Name = "Octaves", GroupName = "数据")]
public int Octaves { get; set; }
Property Value
PatternScale
[Display(Name = "PatternScale", GroupName = "数据")]
public float PatternScale { get; set; }
Property Value
Threshold
[Range(0, 500)]
[Display(Name = "Threshold", GroupName = "数据")]
public int Threshold { get; set; }
Property Value
UseRectangle
[Display(Name = "绘制矩形", GroupName = "数据")]
public bool UseRectangle { 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>