From 47bd16983963b616de4ec20f164ef936fa5d90b3 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 21 Jun 2017 17:02:53 +0200 Subject: [PATCH] Script execution --- script/LedDetectionProc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/LedDetectionProc.py b/script/LedDetectionProc.py index 2e896cc..5529a67 100644 --- a/script/LedDetectionProc.py +++ b/script/LedDetectionProc.py @@ -1,5 +1,5 @@ run ("LedDetection") -ip = load_image(img.getImage()) +ip = load_image(img.image) (results,output) = detect_led(ip) \ No newline at end of file