/Glyph-Recognition

Glyph recognition in Unity C#

Primary LanguageC#MIT LicenseMIT

Glyph Recognition

Contributors Forks Stargazers Issues MIT License

Description

Glyph recognition system built with C# in Unity. System is built off ScriptableObjects, making it easy to add new glyphs to recognise. Currently a very basic recognition system (and probably quite poor algorithms). GlyphRecogDemo

Usage

Download the latest release from Releases or clone/download the full project above.

Adding new glyphs is simple.

  • Go to Assets > Resources > Glyphs.
  • Right-click inside the folder and select 'New Glyph.'
  • Enter the points into the array (displayed underneath).
  • Set glyph detection percentage (0-200, combination of key point percentage and point match percentage)
  • Done :)

NewGlyph

License

This project is licensed under the [MIT] License - see the LICENSE.md file for details

Check out my other shit