In this repository, I have made a maze solving system. The system takes in input of an maze using a camera. This Image is converted into a grid, then you can give the starting and the ending point and the system solves the maze using A* algorithm
- Python3
- Opencv
- heapq
- matplotlib
I have provided some sources from where I studied the algorithm in the references section.
- The process of converting a high resolution image into a grid is not accurate and is also not very efficient.
- Plotting the result on the live camera feed.
1)Computerphile
2)CodingTrain
3)Medium
4)raywenderlich
5)Analytics link