Script execution

This commit is contained in:
gac-S_Changer
2016-09-16 11:11:00 +02:00
parent e58bd1d9d4
commit fa5b603630

View File

@@ -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)