C# Class HandInput.OfflineProcessor.OfflineProcessor

Afficher le fichier Open project: ushadow/handinput Class Usage Examples

Méthodes publiques

Méthode Description
OfflineProcessor ( String inputFile, String outputFile, Object readLock, Object writeLock, Type replayerType, Type handTrackerType, Type featureProcessorType, float sampleRate, String gtSensor, int bufferSize ) : System
Process ( ) : void

Private Methods

Méthode Description
GetKinectParams ( ) : byte[]
ProcessFeature ( ) : void
ReadFile ( ) : void
Write ( StreamWriter sw, Array array ) : void
Write ( StreamWriter sw, System.Windows.Media.Media3D.Vector3D v ) : void
WriteToFile ( ) : void

Method Details

OfflineProcessor() public méthode

public OfflineProcessor ( String inputFile, String outputFile, Object readLock, Object writeLock, Type replayerType, Type handTrackerType, Type featureProcessorType, float sampleRate, String gtSensor, int bufferSize ) : System
inputFile String
outputFile String
readLock Object
writeLock Object
replayerType System.Type
handTrackerType System.Type
featureProcessorType System.Type
sampleRate float
gtSensor String
bufferSize int
Résultat System

Process() public méthode

public Process ( ) : void
Résultat void