C# 클래스 HandInput.OfflineProcessor.OfflineProcessor

파일 보기 프로젝트 열기: ushadow/handinput 1 사용 예제들

공개 메소드들

메소드 설명
OfflineProcessor ( String inputFile, String outputFile, Object readLock, Object writeLock, Type replayerType, Type handTrackerType, Type featureProcessorType, float sampleRate, String gtSensor, int bufferSize ) : System
Process ( ) : void

비공개 메소드들

메소드 설명
GetKinectParams ( ) : byte[]
ProcessFeature ( ) : void
ReadFile ( ) : void
Write ( StreamWriter sw, Array array ) : void
Write ( StreamWriter sw, System.Windows.Media.Media3D.Vector3D v ) : void
WriteToFile ( ) : void

메소드 상세

OfflineProcessor() 공개 메소드

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
리턴 System

Process() 공개 메소드

public Process ( ) : void
리턴 void