mahdizynali/Earth-Map-Route-Planning
Route planning on Earth map with opencv c++ through Greedy , A-start and etc. algorithm
This project helps operations managers or logistics planners find the most efficient routes on a global map. You input a map image and specify starting and ending points, and it calculates optimal paths using various algorithms. This is designed for anyone needing to quickly identify the best travel or delivery routes across different locations on Earth.
No commits in the last 6 months.
Use this if you need to determine optimal routes for travel or logistics on a global scale based on a visual map.
Not ideal if you require real-time traffic data, highly granular street-level routing, or a solution integrated with live GPS systems.
Stars
8
Forks
1
Language
C++
License
—
Last pushed
Aug 24, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mahdizynali/Earth-Map-Route-Planning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
forestagostinelli/deepxube
Learn a domain-specific heuristic function in a domain-independent fashion to solve pathfinding problems.
misaghsoltani/DeepCubeAI
Learning Discrete World Models for Heuristic Search
FK04/AI_Lab
AI lab implementations covering informed and uninformed search algorithms with classic...
algoprog/Laby
Maze generator, editor & solver in Java
tekian/path-finder
Visualization tool to demonstrate how different search algorithms work.