Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 443 Bytes

File metadata and controls

4 lines (3 loc) · 443 Bytes

Binary-Maze-Solver-using-Image-Processing

Python code for Binary Maze Solving using Image Processing with OpenCV

This is a project designed to solve a binary maze whose image is taken as an input to the code inside the file, and it outputs an image with the shortest path. Within the folder, there is a task_main.py file which is to be opened and path for the source images is edited accordingly. Then, the code is run on the command line.