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