Class FreakFeatureDetector
- Assembly
- H.Controls.Diagram.Presenters.OpenCV.dll
[Display(Name = "FREAK", GroupName = "特征提取", Order = 0)]
public class FreakFeatureDetector : 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
-
FreakFeatureDetector
- Implements
- Inherited Members
- Extension Methods
Properties
EdgeThreshold
[Display(Name = "EdgeThreshold", GroupName = "数据")]
public int EdgeThreshold { get; set; }
Property Value
FastThreshold
[Display(Name = "FastThreshold", GroupName = "数据")]
public int FastThreshold { get; set; }
Property Value
FirstLevel
[Display(Name = "FirstLevel", GroupName = "数据")]
public int FirstLevel { get; set; }
Property Value
OrientationNormalized
[Display(Name = "OrientationNormalized", GroupName = "数据")]
public bool OrientationNormalized { get; set; }
Property Value
PatchSize
[Display(Name = "PatchSize", GroupName = "数据")]
public int PatchSize { get; set; }
Property Value
PatternScale
[Display(Name = "PatternScale", GroupName = "数据")]
public float PatternScale { get; set; }
Property Value
ScaleFactor
[Display(Name = "ScaleFactor", GroupName = "数据")]
public float ScaleFactor { get; set; }
Property Value
ScaleNormalized
[Display(Name = "ScaleNormalized", GroupName = "数据")]
public bool ScaleNormalized { get; set; }
Property Value
ScoreType
[Display(Name = "ScoreType", GroupName = "数据")]
public ORBScoreType ScoreType { get; set; }
Property Value
- ORBScoreType
WtaK
[Display(Name = "WtaK", GroupName = "数据")]
public int WtaK { get; set; }
Property Value
nFeatures
[Display(Name = "nFeatures", GroupName = "数据")]
public int nFeatures { get; set; }
Property Value
nLevels
[Display(Name = "nLevels", GroupName = "数据")]
public int nLevels { 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>