| |
CRFeature
category: Genie-Engine
superclass: Object
subclasses: CRDotFeature CREmptyFeature CRStrokeFeature
This is the abstract base class to describe features of a gesture.
There exists 3 concrete subclasses (CREmptyFeature, CRDotFeature and CRStrokeFeature), but two of them (CREmptyFeature and CRDotFeature) are trivial.
Features are created by the recognizer (CRRecognizer) and are afterwads compared to other features in a dictionary and/or added to a dictionary.
The comparing algorithms, that are the heart of genie recognition engine, are part of this class (resp. its subclasses). (The comparing algorithms of CRDotFeature and CREmptyFeature are quite trivial, but the ones of CRStrokeFeature are pretty sophisticated).




|
|