C# Class GesturesViewer.GroundTruthData

Mostra file Open project: ushadow/handinput Class Usage Examples

Public Methods

Method Description
FromTextFileFormat ( String line ) : GroundTruthData
GroundTruthData ( String phase, String gestureLabel, int refFrameDepth ) : System

Method Details

FromTextFileFormat() public static method

public static FromTextFileFormat ( String line ) : GroundTruthData
line String
return GroundTruthData

GroundTruthData() public method

public GroundTruthData ( String phase, String gestureLabel, int refFrameDepth ) : System
phase String
gestureLabel String
refFrameDepth int
return System