Online Handwriting Analysis
S = { x, y, t }
Handwritten Characters drawn on a Touch Screen can be analyzed as a trace of points (Strokes) from the starting point to the end point. Those strokes can be analyzed and recognized as glyphs.
The following Online Handwriting Recognition is implemented based on "Template Matching" of the Sequence of Strokes (Brush Points) and the String of Glyphs.
English Glyphs as Geometric Patterns
Hello
Myanmar Glyphs as Geometric Patterns
စေ
ပါ
စေ
Online Handwriting Generation with Diffusion Model
Currently, I am also working on Online Handwriting Generation with Diffusion Model. my research.