Show / Hide Table of Contents

Class NormalizeRotation

Performs rotation normalization on the online signature

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

Properties

| Improve this Doc View Source

InputT

Gets or sets the input feature representing the timestamps of an online signature

Declaration
public FeatureDescriptor<List<double>> InputT { get; set; }
Property Value
Type Description
FeatureDescriptor<List<System.Double>>
| Improve this Doc View Source

InputX

Gets or sets the input feature representing the X coordinates of an online signature

Declaration
public FeatureDescriptor<List<double>> InputX { get; set; }
Property Value
Type Description
FeatureDescriptor<List<System.Double>>
| Improve this Doc View Source

InputY

Gets or sets the input feature representing the Y coordinates of an online signature

Declaration
public FeatureDescriptor<List<double>> InputY { get; set; }
Property Value
Type Description
FeatureDescriptor<List<System.Double>>
| Improve this Doc View Source

OutputX

Gets or sets the output feature representing the X coordinates of an online signature

Declaration
public FeatureDescriptor<List<double>> OutputX { get; set; }
Property Value
Type Description
FeatureDescriptor<List<System.Double>>
| Improve this Doc View Source

OutputY

Gets or sets the input feature representing the Y coordinates of an online signature

Declaration
public FeatureDescriptor<List<double>> OutputY { get; set; }
Property Value
Type Description
FeatureDescriptor<List<System.Double>>

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

See Also

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