Table of Contents

Class AKazeFeatureDetector

Namespace
H.Controls.Diagram.Presenters.OpenCV.NodeDatas.Feature
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

int

DescriptorSize

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

Property Value

int

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

float

nOctaveLayers

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

Property Value

int

nOctaves

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