Closedown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user