CalibrationResult holds outcome of a calibration procedure. It defines if
calibration was successful or if certain calibration points needs resampling.
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
The CalibrationResult type exposes the following members.
| Name | Description | |
|---|---|---|
| CalibrationResult | Initializes a new instance of the CalibrationResult class | |
| CalibrationResult(String) | Initializes a new instance of the CalibrationResult class | |
| CalibrationResult(CalibrationResult) | Initializes a new instance of the CalibrationResult class |
| Name | Description | |
|---|---|---|
| Equals | (Overrides Object Equals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToJson | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AverageErrorDegree |
average error in degrees
| |
| AverageErrorDegreeLeft |
average error in degs, left eye
| |
| AverageErrorDegreeRight |
average error in degs, right eye
| |
| Calibpoints |
complete list of calibrationpoints
| |
| Result |
Was the calibration sucessful?
|