An open API service indexing awesome lists of open source software.

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

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.

![](https://pbs.twimg.com/media/CTawH8PW4AEyBWz.jpg)         
![](http://i.imgur.com/pzJMLSt.png)

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