Defines classes for pen-based interaction through a multi-touch surface.
| C# | Visual Basic | Visual C++ |
namespace Bespoke.MultiTouch.Framework.Ink
Namespace Bespoke.MultiTouch.Framework.Ink
namespace Bespoke.MultiTouch.Framework.Ink
| All Types | Classes | Interfaces | Enumerations |
| Icon | Type | Description |
|---|---|---|
| ClassifiedSymbol |
A classified symbol that's typically produced by an IClassifier instance.
| |
| FeatureAttribute |
A custom attribute for associating features to class members.
| |
| InkSegment..::.Features |
Features that can help classify an ink segment.
| |
| IClassifier |
An interface for performing InkSegment classification.
| |
| InkSegment |
Represents an unlabeled collection of strokes.
| |
| InkSegmentCollection |
A collection of ink segments.
| |
| StatisticalClassifier |
A statistical classifier.
| |
| Stroke |
Represents a series of points collected between surface press and release.
| |
| TrainedSymbol |
A labeled collection of ink segment samples, useful for machine learning.
| |
| TrainedSymbolCollection |
A collection of trained symbols.
|