TSP applied to The Legend of Zelda maps: BOTW using opencv.
Tested in python 3.7
- Fairy Fountains.
- Memories.
- Shrines.
- opencv-python
- numpy
- matplotlib
pip install -r requirements.txt
python3 main.py
Select a map from the list.
The output will show the route, the distance and the optimal coordinates using the nearest neighbor.
Only the image with the optimal tour will be shown.