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