Bespoke Multi-Touch Framework
Bespoke.MultiTouch.Framework.Ink Namespace
NamespacesBespoke.MultiTouch.Framework.Ink
Defines classes for pen-based interaction through a multi-touch surface.
Declaration Syntax
C#Visual BasicVisual C++
namespace Bespoke.MultiTouch.Framework.Ink
Namespace Bespoke.MultiTouch.Framework.Ink
namespace Bespoke.MultiTouch.Framework.Ink
Types
All TypesClassesInterfacesEnumerations
IconTypeDescription
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.