Closedown
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
from ijutils import *
|
||||
import java.awt.Color as Color
|
||||
|
||||
ip2 = load_image(cam2.getImage(), title="Image2")
|
||||
ip2 = load_image(image.getImage(), title="Image2")
|
||||
|
||||
|
||||
|
||||
@@ -19,14 +19,14 @@ binary_op(ip, "fill_holes")
|
||||
auto_threshold(ip, dark_background=True)
|
||||
binary_op(ip, "fill_holes")
|
||||
|
||||
|
||||
|
||||
pn=show_panel(ip.getBufferedImage(), "Binarization")
|
||||
#pn.setZoom(0.25)
|
||||
#binary_fill_holes(ip)
|
||||
#binary_fill_holes(ip)
|
||||
#ip.show()
|
||||
(results,output_img)=analyse_particles(ip, 100,1000, print_table=True)
|
||||
#output_img.show()
|
||||
|
||||
|
||||
pn=show_panel(output_img.getBufferedImage(), "Particle Analysis")
|
||||
#pn.setZoom(0.25)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user