From f3f41044e2468eb3d081367bbde51b2720fe96c1 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Tue, 9 Aug 2016 11:18:41 +0200 Subject: [PATCH] Script execution --- script/ip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/ip b/script/ip index 122623a..6ce60d9 100644 --- a/script/ip +++ b/script/ip @@ -1,7 +1,7 @@ from ijutils import * import java.awt.Color as Color -ip = load_image(img..getImage()) +ip = load_image(img.getImage()) grayscale(ip) gaussian_blur(ip) #bandpass_filter(ip,20, 100)