From 97b1bcbd8102b1032e23ecdb51c8cdd1656b45c3 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Tue, 9 Aug 2016 11:18:30 +0200 Subject: [PATCH] Startup --- script/ip | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 script/ip diff --git a/script/ip b/script/ip new file mode 100644 index 0000000..122623a --- /dev/null +++ b/script/ip @@ -0,0 +1,14 @@ +from ijutils import * +import java.awt.Color as Color + +ip = load_image(img..getImage()) +grayscale(ip) +gaussian_blur(ip) +#bandpass_filter(ip,20, 100) +auto_threshold(ip) + +#Particle Analysis +(results,output_img)=analyse_particles(ip, 500,2000, print_table=True) +output_img.show() + +ip.show() \ No newline at end of file