Closedown
This commit is contained in:
@@ -25,9 +25,10 @@ def detect_samples(ip):
|
||||
subtract_background(aux)
|
||||
auto_threshold(aux)
|
||||
binary_open(aux)
|
||||
return analyse_particles(aux, 250,1000,
|
||||
return analyse_particles(aux, 300,800,
|
||||
fill_holes = False, exclude_edges = True,print_table=True,
|
||||
output_image = "outlines", minCirc = 0.9, maxCirc = 1.0)
|
||||
output_image = "outlines", minCirc = 0.4
|
||||
, maxCirc = 1.0)
|
||||
|
||||
|
||||
class MyFilter(Filter):
|
||||
|
||||
@@ -19,6 +19,6 @@ binary_open(aux); aux.repaintWindow()
|
||||
|
||||
(table, image) = analyse_particles(aux, 250,1000,
|
||||
fill_holes = False, exclude_edges = True,print_table=True,
|
||||
output_image = "outlines", minCirc = 0.9, maxCirc = 1.0)
|
||||
output_image = "outlines", minCirc = 0.82, maxCirc = 1.0)
|
||||
|
||||
image.show()
|
||||
Reference in New Issue
Block a user