C# Class STim.Util.CalibrationControl

Show file Open project: hcilab-um/STim Class Usage Examples

Private Properties

Property Type Description
CalCulateTransformationMatrix void

Public Methods

Method Description
ApplyTransformations ( WagSkeleton skeleton ) : void
Calibrate ( WagSkeleton skeleton ) : void
CalibrationControl ( String fileName ) : System
Close ( ) : void
Load ( String fileName ) : void
ResetCalibration ( ) : void

Private Methods

Method Description
CalCulateTransformationMatrix ( System.Windows.Media.Media3D.Point3D estimateOrigin ) : void

Method Details

ApplyTransformations() public method

public ApplyTransformations ( WagSkeleton skeleton ) : void
skeleton WagSkeleton
return void

Calibrate() public method

public Calibrate ( WagSkeleton skeleton ) : void
skeleton WagSkeleton
return void

CalibrationControl() public method

public CalibrationControl ( String fileName ) : System
fileName String
return System

Close() public method

public Close ( ) : void
return void

Load() public method

public Load ( String fileName ) : void
fileName String
return void

ResetCalibration() public method

public ResetCalibration ( ) : void
return void