From 46b9176b4a39496844de9b38014dec672d44ae02 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Tue, 11 Jul 2017 13:12:40 +0200 Subject: [PATCH] Closedown --- script/local.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/local.py b/script/local.py index bc01997..7458cc4 100644 --- a/script/local.py +++ b/script/local.py @@ -86,7 +86,7 @@ def get_image(): grayscale(ret, do_scaling=True) return ret - +""" def detect_pucks(ip): """ """ @@ -108,7 +108,7 @@ 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