Script execution

This commit is contained in:
gac-S_Changer
2017-06-22 14:41:54 +02:00
parent 20decaf11a
commit b2aa554cfe

View File

@@ -82,11 +82,6 @@ def get_image():
ip = load_image(img.image)
return sub_image(ip, roi[0], roi[1], roi[2], roi[3])
def get_image(bi):
roi = get_roi()
ip = load_image(bi)
return sub_image(ip, roi[0], roi[1], roi[2], roi[3])
def detect_pucks(ip):
"""