Bespoke Multi-Touch Framework
CalibrationTable Class
NamespacesBespoke.MultiTouch.FrameworkCalibrationTable
A set of corrected coordinates for quick translation betwetween camera position and screen position.
Declaration Syntax
C#Visual BasicVisual C++
public class CalibrationTable
Public Class CalibrationTable
public ref class CalibrationTable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
CalibrationTable

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)