Script execution

This commit is contained in:
gac-S_Changer
2017-06-23 15:20:42 +02:00
parent 234cc7b9df
commit 4fb89ab3e0

View File

@@ -80,7 +80,7 @@ def get_image():
roi = get_roi()
ip = load_image(img.image)
ret = sub_image(ip, roi[0], roi[1], roi[2], roi[3])
grayscale(ret, do_scaling=False)
grayscale(ret, do_scaling)
return ret