C# Class CURELab.SignLanguage.RecognitionSystem.DataWarehouse

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

Méthodes publiques

Méthode Description
DataWarehouse ( ) : System
GetCurrentFrameData ( ) : FrameData
GetLatestPlayer1Positions ( int frames ) : List
GetPlayer1CurrentPosition ( ) : Vector3
GetPlayer1PositionBetweenFrames ( int start, int end ) : List
NotifyAll ( DataTransferEventArgs e ) : void
SetSegmentationData ( int start, int end, float reliebility ) : void

set the segmentation data to data warehouse.

SetSkeletonFrameData ( Microsoft.Kinect.SkeletonFrame sf ) : bool

set frame data to data warehouse and return whether the data is valid

Method Details

DataWarehouse() public méthode

public DataWarehouse ( ) : System
Résultat System

GetCurrentFrameData() public méthode

public GetCurrentFrameData ( ) : FrameData
Résultat CURELab.SignLanguage.RecognitionSystem.DataStorage.FrameData

GetLatestPlayer1Positions() public méthode

public GetLatestPlayer1Positions ( int frames ) : List
frames int
Résultat List

GetPlayer1CurrentPosition() public méthode

public GetPlayer1CurrentPosition ( ) : Vector3
Résultat Vector3

GetPlayer1PositionBetweenFrames() public méthode

public GetPlayer1PositionBetweenFrames ( int start, int end ) : List
start int
end int
Résultat List

NotifyAll() public méthode

public NotifyAll ( DataTransferEventArgs e ) : void
e DataTransferEventArgs
Résultat void

SetSegmentationData() public méthode

set the segmentation data to data warehouse.
public SetSegmentationData ( int start, int end, float reliebility ) : void
start int start frame
end int end frame
reliebility float reliebility. from 1.0 = very relieble to 0.0 = very unrelieble
Résultat void

SetSkeletonFrameData() public méthode

set frame data to data warehouse and return whether the data is valid
public SetSkeletonFrameData ( Microsoft.Kinect.SkeletonFrame sf ) : bool
sf Microsoft.Kinect.SkeletonFrame
Résultat bool