maze-cv icon indicating copy to clipboard operation
maze-cv copied to clipboard

Solve a maze simply by pointing a camera at it

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