Show / Hide Table of Contents

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

Inheritance
System.Object
PipelineBase
ComponentSorter
Implements
ILoggerObject
IProgress
ITransformation
IPipelineIO
Inherited Members
PipelineBase.PipelineInputs
PipelineBase.PipelineOutputs
PipelineBase.Logger
PipelineBase.Progress
PipelineBase.ProgressChanged
PipelineBase.OnProgressChanged()
Namespace: SigStat.Common.Transforms
Assembly: SigStat.Common.dll
Syntax
public class ComponentSorter : PipelineBase, ILoggerObject, IProgress, ITransformation, IPipelineIO

Properties

| Improve this Doc View Source

Input

Gets or sets the input.

Declaration
public FeatureDescriptor<List<List<PointF>>> Input { get; set; }
Property Value
Type Description
FeatureDescriptor<List<List<PointF>>>
| Improve this Doc View Source

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 Source

Transform(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.

Implements

ILoggerObject
IProgress
ITransformation
IPipelineIO
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX