Class ComponentSorter
Sorts Component order by comparing each starting X value, and finding nearest components.
Default Pipeline Input: (bool[,]) Components
Default Pipeline Output: (bool[,]) Components
Inherited Members
Namespace: SigStat.Common.Transforms
Assembly: SigStat.Common.dll
Syntax
public class ComponentSorter : PipelineBase, ILoggerObject, IProgress, ITransformation, IPipelineIO
Properties
| Improve this Doc View SourceInput
Gets or sets the input.
Declaration
public FeatureDescriptor<List<List<PointF>>> Input { get; set; }
Property Value
Type | Description |
---|---|
FeatureDescriptor<List<List<PointF>>> |
Output
Gets or sets the output.
Declaration
public FeatureDescriptor<List<List<PointF>>> Output { get; set; }
Property Value
Type | Description |
---|---|
FeatureDescriptor<List<List<PointF>>> |
Methods
| Improve this Doc View SourceTransform(Signature)
Executes the transform on the signature
parameter.
This function gets called by the pipeline.
Declaration
public void Transform(Signature signature)
Parameters
Type | Name | Description |
---|---|---|
Signature | signature | The Signature with a set of features to be transformed. |