From 51af56f8f73a44d0593f5c600b74460e97f80133 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Mon, 19 Sep 2016 17:06:11 +0200 Subject: [PATCH] Closedown --- script/test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/test.py b/script/test.py index b0adec3..16eb26d 100644 --- a/script/test.py +++ b/script/test.py @@ -3,14 +3,14 @@ import java.awt.Color as Color #ip = load_array(img.getData().getMatrix()) -#ip = load_array(img.getOutput()) -ip = load_image("{images}/test3.png", title="Image") +ip = load_image(img.getOutput()) +#ip = load_image("{images}/test3.png", title="Image") aux = grayscale(ip, in_place=False) aux.show() -convolve(aux, KERNEL_SOBEL); aux.repaintWindow() +#convolve(aux, KERNEL_SOBEL); aux.repaintWindow() invert(aux); aux.repaintWindow() subtract_background(aux); aux.repaintWindow()