https://github.com/controversial/maze-cv
Solve a maze simply by pointing a camera at it
https://github.com/controversial/maze-cv
Last synced: 8 months ago
JSON representation
Solve a maze simply by pointing a camera at it
- Host: GitHub
- URL: https://github.com/controversial/maze-cv
- Owner: controversial
- License: mit
- Created: 2015-10-11T01:58:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T22:01:04.000Z (over 9 years ago)
- Last Synced: 2025-06-27T15:04:12.810Z (about 1 year ago)
- Language: Python
- Size: 799 KB
- Stars: 34
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# maze-cv
A project that aims to solve mazes plotted on graph paper simply by pointing your device's camera at the maze.


Checklist:
- [x] Pathfinding
- [x] Dijkstra
- [x] Image input
- [x] Computer vision
- [x] Detecting corners
- [x] Perspective Transform
- [x] Determining color of each grid space (white, red, black or green)
- [x] Inputting information into algorithm
- [x] Main file
- [x] UI