Skip to content

karimelghazouly/MazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MazeSolver

This Maze Solver Works With OpenCv Library written with C++ language used (BFS+Shortest Path) algorithms to get the maze solved in optimal first it searches for the entrance of the maze second it keeps moving on white pixels saving the parents of pixels and marking the visited ones to avoid unnecessary moves third it moves on parents of pixels to draw the path it moved into
maze3.png 15556178_10207945179530286_261196221_o.png maze4.png 15536795_10207945182250354_1537100843_o.png

Releases

No releases published

Packages

 
 
 

Languages