-
Notifications
You must be signed in to change notification settings - Fork 0
/
run_transformation.sh
17 lines (13 loc) · 3.43 KB
/
run_transformation.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
source ~/miniforge3/bin/activate
conda activate dnd
#Define Path (x_iy_i)
xpath=(0. 0.01010101 0.02020202 0.03030303 0.04040404 0.05050505 0.06060606 0.07070707 0.08080808 0.09090909 0.1010101 0.11111111 0.12121212 0.13131313 0.14141414 0.15151515 0.16161616 0.17171717 0.18181818 0.19191919 0.2020202 0.21212121 0.22222222 0.23232323 0.24242424 0.25252525 0.26262626 0.27272727 0.28282828 0.29292929 0.3030303 0.31313131 0.32323232 0.33333333 0.34343434 0.35353535 0.36363636 0.37373737 0.38383838 0.39393939 0.4040404 0.41414141 0.42424242 0.43434343 0.44444444 0.45454545 0.46464646 0.47474747 0.48484848 0.49494949 0.50505051 0.51515152 0.52525253 0.53535354 0.54545455 0.55555556 0.56565657 0.57575758 0.58585859 0.5959596 0.60606061 0.61616162 0.62626263 0.63636364 0.64646465 0.65656566 0.66666667 0.67676768 0.68686869 0.6969697 0.70707071 0.71717172 0.72727273 0.73737374 0.74747475 0.75757576 0.76767677 0.77777778 0.78787879 0.7979798 0.80808081 0.81818182 0.82828283 0.83838384 0.84848485 0.85858586 0.86868687 0.87878788 0.88888889 0.8989899 0.90909091 0.91919192 0.92929293 0.93939394 0.94949495 0.95959596 0.96969697 0.97979798 0.98989899 1.)
ypath=(0. 0.01020408 0.02040816 0.03061224 0.04081633 0.05102041 0.06122449 0.07142857 0.08163265 0.09183673 0.10204082 0.1122449 0.12244898 0.13265306 0.14285714 0.15306122 0.16326531 0.17346939 0.18367347 0.19387755 0.20408163 0.21428571 0.2244898 0.23469388 0.24489796 0.25510204 0.26530612 0.2755102 0.28571429 0.29591837 0.30612245 0.31632653 0.32653061 0.33673469 0.34693878 0.35714286 0.36734694 0.37755102 0.3877551 0.39795918 0.40816327 0.41836735 0.42857143 0.43877551 0.44897959 0.45918367 0.46938776 0.47959184 0.48979592 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5)
xpath_dndMap=(0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.48242768 0.46485537 0.44728305 0.42971073 0.41213842 0.3945661 0.37699378 0.35942147 0.34184915 0.34184915 0.34184915 0.34184915 0.34184915 0.34184915 0.34184915 0.35017288 0.35849661 0.36682034 0.37514407 0.38346779 0.39179152 0.40011525 0.40843898 0.41676271 0.42508644 0.43341017 0.4417339 0.45005763 0.45838136 0.46670508 0.47502881 0.48335254 0.49167627 0.5)
ypath_dndMap=(0. 0.0137931 0.02758621 0.04137931 0.05517241 0.06896552 0.08275862 0.09655172 0.11034483 0.12413793 0.13793103 0.15172414 0.16551724 0.17931034 0.19310345 0.20689655 0.22068966 0.23448276 0.24827586 0.26206897 0.27586207 0.28965517 0.30344828 0.31724138 0.33103448 0.34482759 0.35862069 0.37241379 0.3862069 0.4 0.41111111 0.42222222 0.43333333 0.44444444 0.45555556 0.46666667 0.47777778 0.48888889 0.5 0.51273148 0.52546296 0.53819444 0.55092593 0.56365741 0.57638889 0.58240351 0.58841813 0.59443275 0.60044737 0.60646199 0.61247661 0.61849123 0.62450585 0.63052047 0.63653509 0.64254971 0.64856433 0.65457895 0.66059357 0.66660819 0.67262281 0.67863743 0.68465205 0.69066667)
#Animate Path
python transform_image.py -i Images/Grid.png -t dnd --x0 ${xpath[@]} --y0 ${ypath[@]}
python transform_image.py -i Images/Circles.png -t dnd --x0 ${xpath[@]} --y0 ${ypath[@]}
python transform_image.py -i Images/DnD_Map.jpg -t dnd --x0 ${xpath_dndMap[@]} --y0 ${ypath_dndMap[@]}
#Get Image If Origin At Center Of Image
python transform_image.py -i Images/DnD_Map.jpg -t dnd --x0 0.5 --y0 0.5