diff --git a/script/local.py b/script/local.py index c6ab1cf..d16b6a3 100644 --- a/script/local.py +++ b/script/local.py @@ -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): """