public class ScribbleRecognizer extends Object implements StrokeRecognizer
Modifier and Type | Field and Description |
---|---|
static String |
SCRIBBLE_TYPE_ID
The type ID that is used when scribble objects are
recognized.
|
Constructor and Description |
---|
ScribbleRecognizer() |
Modifier and Type | Method and Description |
---|---|
RecognitionSet |
strokeCompleted(TimedStroke s)
Compute the ratio of the sum of the absolute values of the
delta y's and the sum of the absolute values of the delta x's,
the aspect ratio, and the number of corners.
|
RecognitionSet |
strokeModified(TimedStroke s)
Return NO_RECOGNITION; this recognizer is not incremental.
|
RecognitionSet |
strokeStarted(TimedStroke s)
Return NO_RECOGNITION; this recognizer is not incremental.
|
public static final String SCRIBBLE_TYPE_ID
public RecognitionSet strokeCompleted(TimedStroke s)
strokeCompleted
in interface StrokeRecognizer
public RecognitionSet strokeModified(TimedStroke s)
strokeModified
in interface StrokeRecognizer
public RecognitionSet strokeStarted(TimedStroke s)
strokeStarted
in interface StrokeRecognizer
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.