[Dev]Writer + kanji recognition

Diving more into a working kanji, breaking kanji down to their core elements, that might help solving the recognition system.

I’ve chosen to go for a ‘directional’ approach, where input is sorting a tree based system of kanji’s based on their input order.

I’ve started to write some documentation about this here.
Simple lines are already recognized by the system, the ‘shape simplifier’ also reduces the lines to the minimum amount of data points which would make it easier for the program to get the correct shape.
qzmnzjk

Leave a comment