Wizualizacja konfiguracji dłoni  1.0
Dokumentacja pliku hand_orientation/resize_script.py

Przestrzenie nazw

 resize_script
 

Zmienne

int resize_script.mywidth = 150
 
string resize_script.name = "hand.png"
 
 resize_script.img = Image.open(name)
 
tuple resize_script.wpercent = (mywidth/float(img.size[0]))
 
 resize_script.hsize = int((float(img.size[1])*float(wpercent)))