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 SourceGeneratePointTypeValuesFromPressure(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[] |
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 |