Show / Hide Table of Contents

Class DataCleaningHelper

Helper class for cleaning online signature data in loaders

Inheritance
System.Object
DataCleaningHelper
Namespace: SigStat.Common.Helpers
Assembly: SigStat.Common.dll
Syntax
public static class DataCleaningHelper : object

Methods

| Improve this Doc View Source

GeneratePointTypeValuesFromPressure(Double[])

Generate point type values of an online signature based on its pressure values (zero pressure points are required)

Declaration
public static double[] GeneratePointTypeValuesFromPressure(double[] pressure)
Parameters
Type Name Description
System.Double[] pressure

The preussure values of an online signature

Returns
Type Description
System.Double[]
| Improve this Doc View Source

InitializeTimestamps(Signature, Double)

Initialize timestamps of an online signature which does not have captured timestamps

Declaration
public static void InitializeTimestamps(Signature signature, double unitTimeSlot)
Parameters
Type Name Description
Signature signature

The online signature which's timestamps are initialized

System.Double unitTimeSlot

The unit time slot between two points of the signature

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