Class KazeFeatureDetector
- Assembly
- H.Controls.Diagram.Presenters.OpenCV.dll
[Display(Name = "KAZE", GroupName = "特征提取", Order = 0)]
public class KazeFeatureDetector : 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
-
KazeFeatureDetector
- Implements
- Inherited Members
- Extension Methods
Properties
Diffusivity
[Display(Name = "Diffusivity", GroupName = "数据")]
public KAZEDiffusivityType Diffusivity { get; set; }
Property Value
- KAZEDiffusivityType
Extended
[Display(Name = "Extended", GroupName = "数据")]
public bool Extended { get; set; }
Property Value
Threshold
[Display(Name = "Threshold", GroupName = "数据")]
public float Threshold { get; set; }
Property Value
Upright
[Display(Name = "Upright", GroupName = "数据")]
public bool Upright { get; set; }
Property Value
nOctaveLayers
[Display(Name = "nOctaveLayers", GroupName = "数据")]
public int nOctaveLayers { get; set; }
Property Value
nOctaves
[Display(Name = "nOctaves", GroupName = "数据")]
public int nOctaves { 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>