Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 567 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 567 Bytes

maze-cv

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