Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 511 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 511 Bytes

BOTW-Maps-TSP

TSP applied to The Legend of Zelda maps: BOTW using opencv.

Tested in python 3.7

tsp

Maps

  • Fairy Fountains.
  • Memories.
  • Shrines.

Requirements

  • opencv-python
  • numpy
  • matplotlib
pip install -r requirements.txt

How to use

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.