|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.sketch.toolbox.LLRSceneRecognizer
public class LLRSceneRecognizer
A scene recognizer that groups the highest-confidence LLR results into a single tree with 100% confidence.
Constructor Summary | |
---|---|
LLRSceneRecognizer(StrokeSceneRecognizer llr)
Construct a scene recognizer using the given scene recognizer to perform single-stroke recognition. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LLRSceneRecognizer(StrokeSceneRecognizer llr)
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |