Table of Contents

Class MserFeatureDetector

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

double

Delta

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

Property Value

int

EdgeBlurSize

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

Property Value

int

MaxArea

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

Property Value

int

MaxEvolution

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

Property Value

int

MaxVariation

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

Property Value

double

MinArea

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

Property Value

int

MinDiversity

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

Property Value

double

MinMargin

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

Property Value

double

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>