Skip navigation links
A B C D E F G L O P R S T U 

A

add(String, int[]) - Method in class de.voidplus.dollar.OneDollar
Add new template to recognizer.
addGesture(String, int[]) - Method in class de.voidplus.dollar.OneDollar
Add new template to recognizer.

B

bind(String, Object, String) - Method in class de.voidplus.dollar.OneDollar
Bind object callback to candidate.
bind(String, String) - Method in class de.voidplus.dollar.OneDollar
Bind sketch callback to candidate.
bind(Integer, String, Object, String) - Method in class de.voidplus.dollar.OneDollar
Bind local callback on candidate.
bind(Integer, String, String) - Method in class de.voidplus.dollar.OneDollar
Bind local callback on candidate.

C

Callback - Class in de.voidplus.dollar
Callback class
check() - Method in class de.voidplus.dollar.OneDollar
Run the recognition and in case of success execute the binded callback.
check(int[]) - Method in class de.voidplus.dollar.OneDollar
Run the recognition with specific candidate and in case of success execute the binded callback.
clean() - Method in class de.voidplus.dollar.OneDollar
Manually cleanup of all inactive candidates.

D

de.voidplus.dollar - package de.voidplus.dollar
 
disableAutoCheck() - Method in class de.voidplus.dollar.OneDollar
Disable auto recognition of gestures.
disableAutoClean() - Method in class de.voidplus.dollar.OneDollar
Disable auto clean of inactive candidates.
disableMaxTime() - Method in class de.voidplus.dollar.OneDollar
Disable maximum duration check.
disableMinDistance() - Method in class de.voidplus.dollar.OneDollar
Disable minimum distance check.
disableMinSimilarity() - Method in class de.voidplus.dollar.OneDollar
Disable minimum similarity check.
disableMinSpeed() - Method in class de.voidplus.dollar.OneDollar
Disable minimum speed.
draw() - Method in class de.voidplus.dollar.OneDollar
Draw all candidates points as lines.

E

enableAutoCheck() - Method in class de.voidplus.dollar.OneDollar
Enable auto recognition of gestures.
enableAutoClean() - Method in class de.voidplus.dollar.OneDollar
Enable auto clean of inactive candidates.
enableMaxTime() - Method in class de.voidplus.dollar.OneDollar
Enable maximum duration check.
enableMinDistance() - Method in class de.voidplus.dollar.OneDollar
Enable minimum distance check.
enableMinSimilarity() - Method in class de.voidplus.dollar.OneDollar
Enable minimum similarity check.
enableMinSpeed() - Method in class de.voidplus.dollar.OneDollar
Enable minimum speed.
end(Integer) - Method in class de.voidplus.dollar.OneDollar
Deprecated.
That method is deprecated.

F

forget(String) - Method in class de.voidplus.dollar.OneDollar
Remove specified template from recognizer.
forgetAll() - Method in class de.voidplus.dollar.OneDollar
Remove all learned templates.

G

getMinSpeed() - Method in class de.voidplus.dollar.OneDollar
Get the minimum speed.

L

learn(String, int[]) - Method in class de.voidplus.dollar.OneDollar
Add new template to recognizer.

O

off(String) - Method in class de.voidplus.dollar.OneDollar
Unbind callback from template.
off(Integer, String) - Method in class de.voidplus.dollar.OneDollar
Unbind local callback of specific candidate.
on(String, Object, String) - Method in class de.voidplus.dollar.OneDollar
Bind object callback to candidate.
on(String, String) - Method in class de.voidplus.dollar.OneDollar
Bind sketch callback to candidate.
on(Integer, String, Object, String) - Method in class de.voidplus.dollar.OneDollar
Bind local callback on candidate.
on(Integer, String, String) - Method in class de.voidplus.dollar.OneDollar
Bind local callback on candidate.
OneDollar - Class in de.voidplus.dollar
OneDollar class
OneDollar(PApplet) - Constructor for class de.voidplus.dollar.OneDollar
Constructor of the recognizer.

P

post() - Method in class de.voidplus.dollar.OneDollar
The post() method will be execute after the draw() method.
pre() - Method in class de.voidplus.dollar.OneDollar
The pre() method will be execute before the draw() methode.

R

remove(String) - Method in class de.voidplus.dollar.OneDollar
Remove specified template from recognizer.
removeGesture(String) - Method in class de.voidplus.dollar.OneDollar
Remove specified template from recognizer.

S

setBoundingBox(Integer) - Method in class de.voidplus.dollar.OneDollar
Set the size of bounding box of the 1$ Unistroke Recognition algorithm.
setFragmentationRate(Integer) - Method in class de.voidplus.dollar.OneDollar
Set the fragmentation rate of the 1$ Unistroke Recognition algorithm.
setMaxLength(Integer) - Method in class de.voidplus.dollar.OneDollar
Deprecated.
There is no use for that preprocessing, it's better to use the setMaxTime method.
setMaxTime(int) - Method in class de.voidplus.dollar.OneDollar
Set the time to live of candidates points.
setMinDistance(int) - Method in class de.voidplus.dollar.OneDollar
Set the minimum distance of a candidate.
setMinLength(Integer) - Method in class de.voidplus.dollar.OneDollar
Deprecated.
Please use the setMinDistance method.
setMinScore(Integer) - Method in class de.voidplus.dollar.OneDollar
Deprecated.
Please use the setMinSimilarity method, it's more semantic.
setMinSimilarity(int) - Method in class de.voidplus.dollar.OneDollar
Set the minimum equality in percent between candidate and template.
setMinSpeed(float) - Method in class de.voidplus.dollar.OneDollar
Set the minimum speed.
setRotationAngle(Integer) - Method in class de.voidplus.dollar.OneDollar
Set the rotation angle of the 1$ Unistroke Recognition algorithm.
setRotationStep(Integer) - Method in class de.voidplus.dollar.OneDollar
Set the rotation step of the 1$ Unistroke Recognition algorithm.
setVerbose(Boolean) - Method in class de.voidplus.dollar.OneDollar
Show result messages.
start(Integer) - Method in class de.voidplus.dollar.OneDollar
Deprecated.
That method is deprecated.

T

toString() - Method in class de.voidplus.dollar.OneDollar
Print all settings.
track(int, PVector) - Method in class de.voidplus.dollar.OneDollar
 
track(int, int[]) - Method in class de.voidplus.dollar.OneDollar
 
track(int, int, int) - Method in class de.voidplus.dollar.OneDollar
 
track(int, float, float) - Method in class de.voidplus.dollar.OneDollar
 
track(int, int) - Method in class de.voidplus.dollar.OneDollar
 
track(float, float) - Method in class de.voidplus.dollar.OneDollar
 
track(PVector) - Method in class de.voidplus.dollar.OneDollar
 
track(int[]) - Method in class de.voidplus.dollar.OneDollar
 

U

unbind(String) - Method in class de.voidplus.dollar.OneDollar
Unbind callback from template.
unbind(Integer, String) - Method in class de.voidplus.dollar.OneDollar
Unbind local callback of specific candidate.
update(Integer, PVector) - Method in class de.voidplus.dollar.OneDollar
Deprecated.
Please use the track method.
update(Integer, float, float) - Method in class de.voidplus.dollar.OneDollar
Deprecated.
Please use the track method.
A B C D E F G L O P R S T U 
Skip navigation links

Processing library OneDollarUnistrokeRecognizer by Darius Morawiec. (C) 2013-2015