The main class representing a multi-touch surface using FTIR (Frustrated Total Internal Reflection).
| C# | Visual Basic | Visual C++ |
public class FtirSurface
Public Class FtirSurface
public ref class FtirSurface
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| FtirSurface()()() |
Creates a new instance of FtirSurface.
| |
| FtirSurface(Single, Single) |
Creates a new instance of FtirSurface.
| |
| CalibrationTable |
Gets or sets the calibration table used for camera/screen correction.
| |
| CurrentFrame |
Gets the current processed image frame.
| |
| CurrentFtirPoints |
Gets the currently active FTIR points.
| |
| 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.) | |
| FtirFrameReceived |
Fired when a new camera frame is received.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| HorizontalScale |
Gets or sets the horizontal scale factor between the camera's resolution an the screen.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Start()()() |
Start the FTIR surface image processing (camera frame capture).
| |
| Stop()()() |
Stop the FTIR surface image processing.
| |
| ToString()()() | (Inherited from Object.) | |
| VerticalScale |
Gets or sets the vertical scale factor between the camera's resolution an the screen.
|
| Object | |
| FtirSurface | |