Skip to content

This project uses python and OpenCV to solve given maze images

Notifications You must be signed in to change notification settings

Nikhil1O1/Maze-Solver-using-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver using OpenCV

This project uses python and OpenCV to solve given maze images. The program first converts entire given image into b&w and further refines the image to properly distinguish the maze cells. Further BFS is applied to find all possible paths and later the shortest path (calculated using coordinate system) is returned with all the necessary coordinates to plot the path on the image.

About

This project uses python and OpenCV to solve given maze images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages