All Packages Class Hierarchy This Package Previous Next Index
Class merlin.wizard.ElasticWizard
java.lang.Object
|
+----merlin.wizard.Wizard
|
+----merlin.wizard.ElasticWizard
- public class ElasticWizard
- extends Wizard
The interface of a ElasticWizard.
An ElasticWizard takes a Pattern and
produces a guess of what it looks like, using the technique known as
elastic matching discussed e.g. in
Handwriting Recognition using Weighted Elastic Matching, by
Patrice Scattolin.
- Version:
- 1.0
- Author:
- Stefan Hellkvist
-
ElasticWizard()
- Default constructor
-
recognize(Pattern)
- You give the ElasticWizard a pattern and lets him recognize it.
ElasticWizard
public ElasticWizard()
- Default constructor
recognize
public char recognize(Pattern p)
- You give the ElasticWizard a pattern and lets him recognize it.
You don't need to preprocess the pattern with any filter.
The ElasticWizard will do all the necessary filtering.
- Parameters:
- p - The pattern to recognize
- Returns:
- The ascii value of the pattern
- Overrides:
- recognize in class Wizard
All Packages Class Hierarchy This Package Previous Next Index