Table of Contents

Class KazeFeatureDetector

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

bool

Threshold

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

Property Value

float

Upright

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

Property Value

bool

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>