Class SplitBGR
- Assembly
- H.Controls.Diagram.Presenters.OpenCV.dll
[Display(Name = "通道分割", GroupName = "基础函数", Description = "分割BGR通道", Order = 30)]
public class SplitBGR : BasicOpenCVNodeDataBase, INotifyPropertyChanged, ICloneable, ITemplate, IPortDataCreator, IPortableNodeData, ILinkDataCreator, ITextNodeData, ITextable, IOpenCVNodeData, IFlowableNodeData, IFlowablePartData, IFlowable, IDisposable, IMessageable, IStopwatchable, INodeData, IPartData, IData, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable
- Inheritance
-
SplitBGR
- Implements
- Inherited Members
- Extension Methods
Properties
SplitSelectType
[Display(Name = "选择通道", GroupName = "数据")]
public SplitSelectType SplitSelectType { get; set; }
Property Value
UseMarge
[Display(Name = "启用合并", GroupName = "数据")]
public bool UseMarge { 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>