From e34f43272c79418e329c64b341578313e2be5104 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Mon, 19 Sep 2016 18:54:26 +0200 Subject: [PATCH] Closedown --- script/test | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 script/test diff --git a/script/test b/script/test deleted file mode 100644 index 3c7835c..0000000 --- a/script/test +++ /dev/null @@ -1,17 +0,0 @@ -from ijutils import * -import java.awt.Color as Color - - - -def detect_samples(ip): - aux = grayscale(ip, in_place=False) - invert(aux) - subtract_background(aux) - auto_threshold(aux) - binary_open(aux) - return analyse_particles(aux, 250,1000, - fill_holes = False, exclude_edges = True,print_table=True, - output_image = "outlines", minCirc = 0.9, maxCirc = 1.0) - -ip = load_array(img.getData().getMatrix()) -detect_samples(ip) \ No newline at end of file