ShapeRecognition
Shape recognition for video games using fast algorithms (heuristics).
This project is a really small software that can be used as a demonstration of my own shape recognition algorithms.
There are a process during the shape drawing and a post-processing when it is done. Finally the shape recognition is launched.
All the algorithms are done for real time gaming. So they are heuristics and do not give the optimal solution. Yet the given solution is generally a good one.
In this demonstration, few shapes can be recognized:
* circles
* triangles
* lines...