Class MserFeatureDetector
- Assembly
- H.Controls.Diagram.Presenters.OpenCV.dll
[Display(Name = "MSER", GroupName = "特征提取", Order = 0)]
public class MserFeatureDetector : 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
-
MserFeatureDetector
- Implements
- Inherited Members
- Extension Methods
Properties
AreaThreshold
[Display(Name = "AreaThreshold", GroupName = "数据")]
public double AreaThreshold { get; set; }
Property Value
Delta
[Display(Name = "Delta", GroupName = "数据")]
public int Delta { get; set; }
Property Value
EdgeBlurSize
[Display(Name = "EdgeBlurSize", GroupName = "数据")]
public int EdgeBlurSize { get; set; }
Property Value
MaxArea
[Display(Name = "MaxArea", GroupName = "数据")]
public int MaxArea { get; set; }
Property Value
MaxEvolution
[Display(Name = "MaxEvolution", GroupName = "数据")]
public int MaxEvolution { get; set; }
Property Value
MaxVariation
[Display(Name = "MaxVariation", GroupName = "数据")]
public double MaxVariation { get; set; }
Property Value
MinArea
[Display(Name = "MinArea", GroupName = "数据")]
public int MinArea { get; set; }
Property Value
MinDiversity
[Display(Name = "MinDiversity", GroupName = "数据")]
public double MinDiversity { get; set; }
Property Value
MinMargin
[Display(Name = "MinMargin", GroupName = "数据")]
public double MinMargin { 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>