C# Class CURELab.SignLanguage.HandDetector.DBManager

Afficher le fichier Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Méthodes publiques

Свойство Type Description
CurrentSign long

Private Properties

Свойство Type Description
DBManager System

Méthodes publiques

Méthode Description
AddFrameData ( HandShapeModel hand ) : bool
AddWordModel ( SignWordModel wordModel, int index ) : void
AddWordSample ( SignWordModel wordModel ) : void
BeginTrans ( ) : void
Close ( ) : void
Commit ( ) : void
CreateDatabase ( ) : void
GetBytes ( SQLiteDataReader reader ) : byte[]
GetSingleton ( ) : DBManager
GetSingleton ( string dataSource ) : DBManager
Test ( ) : void
UpdateMogData ( int frame, float mog, bool isRight ) : void
WriteFrameData ( HandShapeModel handModel ) : void
timer_Tick ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
DBManager ( string dataSource ) : System

Method Details

AddFrameData() public méthode

public AddFrameData ( HandShapeModel hand ) : bool
hand HandShapeModel
Résultat bool

AddWordModel() public méthode

public AddWordModel ( SignWordModel wordModel, int index ) : void
wordModel SignWordModel
index int
Résultat void

AddWordSample() public méthode

public AddWordSample ( SignWordModel wordModel ) : void
wordModel SignWordModel
Résultat void

BeginTrans() public méthode

public BeginTrans ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

CreateDatabase() public méthode

public CreateDatabase ( ) : void
Résultat void

GetBytes() public méthode

public GetBytes ( SQLiteDataReader reader ) : byte[]
reader System.Data.SQLite.SQLiteDataReader
Résultat byte[]

GetSingleton() public static méthode

public static GetSingleton ( ) : DBManager
Résultat DBManager

GetSingleton() public static méthode

public static GetSingleton ( string dataSource ) : DBManager
dataSource string
Résultat DBManager

Test() public méthode

public Test ( ) : void
Résultat void

UpdateMogData() public méthode

public UpdateMogData ( int frame, float mog, bool isRight ) : void
frame int
mog float
isRight bool
Résultat void

WriteFrameData() public méthode

public WriteFrameData ( HandShapeModel handModel ) : void
handModel HandShapeModel
Résultat void

timer_Tick() public méthode

public timer_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

CurrentSign public_oe property

public long CurrentSign
Résultat long