A project that aims to solve mazes plotted on graph paper simply by pointing your device's camera at the maze.
Checklist:
- Pathfinding
- Dijkstra
- Image input
- Computer vision
- Detecting corners
- Perspective Transform
- Determining color of each grid space (white, red, black or green)
- Inputting information into algorithm
- Main file
- UI