Skip to content

Our Project Aims for solving a maze whenever a user gives a maze image as input.

Notifications You must be signed in to change notification settings

developers-cosmos/Real-Time-MazeSolver

Repository files navigation

Real Time Maze Solver

Our Project Aims for solving a maze whenever a user gives an maze image as input.


Steps

  • Initially the maze in a frame is to be detected.
  • Once the frame is detected, Start & Stops points for the image is calculated by our algorithm.
  • Each maze (image) is converted to a numpy array consists of only binary values 0's and 1's. Here zeroes are for blocked ways and 1s are for free path.
  • An Algorithm was developed to find the shortest path from start and stop points in a maze (One for a maze in which start ad stop points are mentioned and one for those which are not mentioned).
  • Once the path is found, the neighbour points which are near to our result is added to the path if they are unblocked.(This step is optional, it is used to increase the thickness).


Contributors

Detailed Solution will be updated soon!!

Thank you :D

About

Our Project Aims for solving a maze whenever a user gives a maze image as input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published