Show / Hide Table of Contents

Class Svc2004

Set of features containing raw data loaded from SVC2004-format database.

Inheritance
System.Object
Svc2004
Namespace: SigStat.Common.Loaders
Assembly: SigStat.Common.dll
Syntax
public static class Svc2004 : object

Fields

| Improve this Doc View Source

All

A list of all Svc2004 feature descriptors

Declaration
public static readonly FeatureDescriptor[] All
Field Value
Type Description
FeatureDescriptor[]
| Improve this Doc View Source

Altitude

Altitude values from the online signature imported from the SVC2004 database

Declaration
public static readonly FeatureDescriptor<List<int>> Altitude
Field Value
Type Description
FeatureDescriptor<List<System.Int32>>
| Improve this Doc View Source

Azimuth

Azimuth values from the online signature imported from the SVC2004 database

Declaration
public static readonly FeatureDescriptor<List<int>> Azimuth
Field Value
Type Description
FeatureDescriptor<List<System.Int32>>
| Improve this Doc View Source

Button

Button values from the online signature imported from the SVC2004 database

Declaration
public static readonly FeatureDescriptor<List<int>> Button
Field Value
Type Description
FeatureDescriptor<List<System.Int32>>
| Improve this Doc View Source

Pressure

Pressure values from the online signature imported from the SVC2004 database

Declaration
public static readonly FeatureDescriptor<List<int>> Pressure
Field Value
Type Description
FeatureDescriptor<List<System.Int32>>
| Improve this Doc View Source

T

T values from the online signature imported from the SVC2004 database

Declaration
public static readonly FeatureDescriptor<List<int>> T
Field Value
Type Description
FeatureDescriptor<List<System.Int32>>
| Improve this Doc View Source

X

X cooridnates from the online signature imported from the SVC2004 database

Declaration
public static readonly FeatureDescriptor<List<int>> X
Field Value
Type Description
FeatureDescriptor<List<System.Int32>>
| Improve this Doc View Source

Y

Y cooridnates from the online signature imported from the SVC2004 database

Declaration
public static readonly FeatureDescriptor<List<int>> Y
Field Value
Type Description
FeatureDescriptor<List<System.Int32>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX