Show / Hide Table of Contents

Class TranslatePreproc

This transformations can be used to translate the coordinates of an online signature

Inheritance
System.Object
PipelineBase
TranslatePreproc
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 TranslatePreproc : PipelineBase, ILoggerObject, IProgress, ITransformation, IPipelineIO

Constructors

| Improve this Doc View Source

TranslatePreproc()

Initializes a new instance of the TranslatePreproc class.

Declaration
public TranslatePreproc()
| Improve this Doc View Source

TranslatePreproc(OriginType)

Initializes a new instance of the TranslatePreproc class.

Declaration
public TranslatePreproc(OriginType goalOrigin)
Parameters
Type Name Description
OriginType goalOrigin

The goal origin.

Properties

| Improve this Doc View Source

GoalOrigin

Goal origin of the translation

Declaration
public OriginType GoalOrigin { get; set; }
Property Value
Type Description
OriginType
| Improve this Doc View Source

InputFeature

Input FeatureDescriptor (e.g. X)

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

NewOrigin

New origin after the translation

Declaration
public double NewOrigin { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

OutputFeature

Output FeatureDescriptor (e.g. X)

Declaration
public FeatureDescriptor<List<double>> OutputFeature { 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