GitHub / atharvad38 / Astar_algorithm_implementation
This project uses the A* algorithm to find a path on a grid derived from an image. After setting start and end points by clicking on the image, the algorithm calculates the optimal route, avoiding obstacles detected from image contours and edges. The result is visualized on the image, showing the shortest path between the selected points.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atharvad38%2FAstar_algorithm_implementation
PURL: pkg:github/atharvad38/Astar_algorithm_implementation
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Python
Size: 191 KB
Dependencies parsed at: Pending
Created at: over 1 year ago
Updated at: 8 months ago
Pushed at: 8 months ago
Last synced at: 8 months ago
Topics: astar-algorithm, opencv, python, shortest-path-algorithm