Show / Hide Table of Contents

Class FillPenUpDurations

This transformation fills gaps of online signature by interpolating the last known feature values. Gaps should be represented in the signature with two zero pressure border points.

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

Properties

| Improve this Doc View Source

InputFeatures

Gets or sets the features of an online signature that need to be altered

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

InterpolationType

An implementation of IInterpolation

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

OutputFeatures

Gets or sets the features of an online signature that were altered

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

PointTypeInputFeature

Gets or sets the feature representing the type of the points in an online signature

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

PointTypeOutputFeature

Gets or sets the feature representing the modified point type values in an online signature

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

PressureInputFeature

Gets or sets the feature representing pressure in an online signature

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

PressureOutputFeature

Gets or sets the feature representing the modified pressure values of an online signature

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

TimeInputFeature

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

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

TimeOutputFeature

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

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