A set of corrected coordinates for quick translation betwetween camera position and screen position.
| C# | Visual Basic | Visual C++ |
public class CalibrationTable
Public Class CalibrationTable
public ref class CalibrationTable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CalibrationTable(Int32, Int32) |
Creates a new instance of CalibrationTable.
| |
| CalibrationTable(Int32, Int32, CalibrationPointCollection) |
Creates a new instance of CalibrationTable.
| |
| CalibrationPoints |
Gets the calibration points used to generate the calibration table.
| |
| Columns |
Gets the number of columns within the calibration table.
| |
| Data |
Gets the corrected screen coordinates.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
| Item[([(Int32, Int32])]) |
Gets or sets the corrected screen position.
| |
| Load(String) |
Load a calibration table.
| |
| Load(BinaryReader) |
Load a calibration table.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Rows |
Gets the number of rows within the calibration table.
| |
| Save()()() |
Serialize the calibration table.
| |
| Save(String) |
Serialize the calibration table.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| CalibrationTable | |