C# Class CURELab.SignLanguage.HandDetector.DBManager

Exibir arquivo Open project: huangfuyang/Sign-Language-with-Kinect Class Usage Examples

Public Properties

Property Type Description
CurrentSign long

Private Properties

Property Type Description
DBManager System

Public Methods

Method 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

Method Description
DBManager ( string dataSource ) : System

Method Details

AddFrameData() public method

public AddFrameData ( HandShapeModel hand ) : bool
hand HandShapeModel
return bool

AddWordModel() public method

public AddWordModel ( SignWordModel wordModel, int index ) : void
wordModel SignWordModel
index int
return void

AddWordSample() public method

public AddWordSample ( SignWordModel wordModel ) : void
wordModel SignWordModel
return void

BeginTrans() public method

public BeginTrans ( ) : void
return void

Close() public method

public Close ( ) : void
return void

Commit() public method

public Commit ( ) : void
return void

CreateDatabase() public method

public CreateDatabase ( ) : void
return void

GetBytes() public method

public GetBytes ( SQLiteDataReader reader ) : byte[]
reader System.Data.SQLite.SQLiteDataReader
return byte[]

GetSingleton() public static method

public static GetSingleton ( ) : DBManager
return DBManager

GetSingleton() public static method

public static GetSingleton ( string dataSource ) : DBManager
dataSource string
return DBManager

Test() public method

public Test ( ) : void
return void

UpdateMogData() public method

public UpdateMogData ( int frame, float mog, bool isRight ) : void
frame int
mog float
isRight bool
return void

WriteFrameData() public method

public WriteFrameData ( HandShapeModel handModel ) : void
handModel HandShapeModel
return void

timer_Tick() public method

public timer_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

CurrentSign public_oe property

public long CurrentSign
return long