Defines classes for interaction with a multi-touch surface.
| C# | Visual Basic | Visual C++ |
namespace Bespoke.MultiTouch.Framework
Namespace Bespoke.MultiTouch.Framework
namespace Bespoke.MultiTouch.Framework
| All Types | Classes | Delegates |
| Icon | Type | Description |
|---|---|---|
| CalibrationPoint |
A single point for screen/camera/projector calibration.
| |
| CalibrationTable |
A set of corrected coordinates for quick translation betwetween camera position and screen position.
| |
| Configuration |
Exposes the MultiTouch configuration file through a set of objects.
| |
| FtirFrame |
A single camera frame processed for FTIR blobs.
| |
| FtirFrameReceivedEventArgs |
Containes event data for FTIR frames.
| |
| FtirSurface..::.FtirFrameReceivedHandler |
Handler for processing FTIR received events.
| |
| FtirPoint |
Representes a single FTIR point detected by the multi-touch surface..
| |
| FtirPointCollection |
A collection of FTIR points.
| |
| FtirPointTracker |
A system for labeling and tracking FTIR points from one frame to the next.
| |
| FtirSurface |
The main class representing a multi-touch surface using FTIR (Frustrated Total Internal Reflection).
| |
| ImagingElement |
The imaging element within the MultiTouch Xml configuration file.
| |
| SurfaceElement |
The surface element within the MultiTouch Xml configuration file.
| |
| VideoElement |