Script execution
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user