From fa5b603630a61b8e77e3859347e3360d5b2a3db7 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Fri, 16 Sep 2016 11:11:00 +0200 Subject: [PATCH] Script execution --- script/local.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/script/local.py b/script/local.py index d089eef..eb87a85 100644 --- a/script/local.py +++ b/script/local.py @@ -49,3 +49,15 @@ def detect_samples(ip): return analyse_particles(aux, 250,1000, fill_holes = False, exclude_edges = True,print_table=True, output_image = "outlines", minCirc = 0.7, maxCirc = 1.0) + + +r,g,b = [0]*256,[0]*256,[0]*256 +b[0]=0xFF +b[1]=0xFF ; g[1] = 0x80; r[1] = 0x80 +outline_lut1 = (r,g,b) + +r,g,b = [0]*256,[0]*256,[0]*256 +g[0]=0xFF +g[1]=0xFF ; r[1] = 0x80; b[1] = 0x80 +outline_lut2 = (r,g,b) +