C# Class HandInput.OfflineProcessor.OfflineProcessor

显示文件 Open project: ushadow/handinput Class Usage Examples

Public Methods

Method 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

Method 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 method

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
return System

Process() public method

public Process ( ) : void
return void