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