/MazeSolver

Maze Solver

Primary LanguageC++

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