public class LLRSceneRecognizer extends Object implements SceneRecognizer
| Constructor and Description |
|---|
LLRSceneRecognizer(StrokeSceneRecognizer llr)
Construct a scene recognizer using the given
scene recognizer to perform single-stroke
recognition.
|
| Modifier and Type | Method and Description |
|---|---|
SceneDeltaSet |
sessionCompleted(StrokeElement[] session,
Scene db)
Call the child recognizer and add the results, if any,
to the given scene database.
|
SceneDeltaSet |
strokeCompleted(StrokeElement se,
Scene db)
Call the child recognizer and add the results, if any,
to the given scene database.
|
SceneDeltaSet |
strokeModified(StrokeElement se,
Scene db)
Call the child recognizer and add the results, if any,
to the given scene database.
|
SceneDeltaSet |
strokeStarted(StrokeElement se,
Scene db)
Call the child recognizer and add the results, if any,
to the given scene database.
|
public LLRSceneRecognizer(StrokeSceneRecognizer llr)
public SceneDeltaSet strokeCompleted(StrokeElement se, Scene db)
strokeCompleted in interface SceneRecognizerpublic SceneDeltaSet strokeModified(StrokeElement se, Scene db)
strokeModified in interface SceneRecognizerpublic SceneDeltaSet strokeStarted(StrokeElement se, Scene db)
strokeStarted in interface SceneRecognizerpublic SceneDeltaSet sessionCompleted(StrokeElement[] session, Scene db)
sessionCompleted in interface SceneRecognizerCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.