Skip to content

Given an image, the program recognizes the obstacles and find the shortest path around them

Notifications You must be signed in to change notification settings

Stephanehk/Image_Path_Planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImagePathPlanning

Given an image, this program recognizes the obstacles and find the shortest path around them. OpenCV is used to recognize obstacles, while implementations of both A* and Dijkstra are used as the path planning algorithms.

Input Image: Imgur

Output Image: -The green dot is the desired destination -The red boxes represent all obstacles recognized -The yellow boxes represent all clear paths

Imgur

About

Given an image, the program recognizes the obstacles and find the shortest path around them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages