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 SceneRecognizer
public SceneDeltaSet strokeModified(StrokeElement se, Scene db)
strokeModified
in interface SceneRecognizer
public SceneDeltaSet strokeStarted(StrokeElement se, Scene db)
strokeStarted
in interface SceneRecognizer
public SceneDeltaSet sessionCompleted(StrokeElement[] session, Scene db)
sessionCompleted
in interface SceneRecognizer
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.