C# 클래스 STim.Util.CalibrationControl

파일 보기 프로젝트 열기: hcilab-um/STim 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CalCulateTransformationMatrix void

공개 메소드들

메소드 설명
ApplyTransformations ( WagSkeleton skeleton ) : void
Calibrate ( WagSkeleton skeleton ) : void
CalibrationControl ( String fileName ) : System
Close ( ) : void
Load ( String fileName ) : void
ResetCalibration ( ) : void

비공개 메소드들

메소드 설명
CalCulateTransformationMatrix ( System.Windows.Media.Media3D.Point3D estimateOrigin ) : void

메소드 상세

ApplyTransformations() 공개 메소드

public ApplyTransformations ( WagSkeleton skeleton ) : void
skeleton WagSkeleton
리턴 void

Calibrate() 공개 메소드

public Calibrate ( WagSkeleton skeleton ) : void
skeleton WagSkeleton
리턴 void

CalibrationControl() 공개 메소드

public CalibrationControl ( String fileName ) : System
fileName String
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

Load() 공개 메소드

public Load ( String fileName ) : void
fileName String
리턴 void

ResetCalibration() 공개 메소드

public ResetCalibration ( ) : void
리턴 void