[DEV]Interest Points for regonition

For the kanji to be easily processed by the system, we need only interesting data points.
Therefor I added an script to the current writing system that ‘guesses’ interesting points.
It has an accuracy value, that easily increases the level of detail when drawing. This does make shape recognition harder though. Since kanji are almost always a combination of ‘almost’ straight lines. We are only looking for corner situations. Underneath you can find a video of the script in action. The accuracy is the Distance in Directional change of the mouse, and is set at a value of 1.2 0.5f for this project.

Unlike my version from last week, this supports diagonal lines without much issue.

UPDATE 23/10
I have since refined this method even more, with more accurate results for complex shapes ( not demonstrated in the video )

Leave a comment