Maze Solving Robot Using Image Processing

Virtual Line follower
507 Downloads
Updated 18 Jan 2016

View License

Main aim of the project was to introduce a method , to make a machine learn to read a map of a room and travel it; just the same way a human will do. Map(Maze) was read in the form of image by a usb camera ,then pre-processing was performed . A path for virtual line follower was obtained.
A novel algorithm Directional Envelop Algorithm(DEA) is used here to process this path and to arrange the coordinates from initial point to end point. The code also converts the coordinates into chain code so that they become compatible to run on arduino .
The arduino accepts this chain code and gives instruction to the motors of the robot , as the robot travels in the maze.
Applications : House cleaning robot, Parking guidance , DEA can be used for wire routing.

Cite As

Omkar Kathe (2024). Maze Solving Robot Using Image Processing (https://www.mathworks.com/matlabcentral/fileexchange/54971-maze-solving-robot-using-image-processing), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Communities

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Maze Solving robot using image processing(Robot)/

Version Published Release Notes
1.0.0.0