Closedown

This commit is contained in:
sfop
2016-08-29 10:49:37 +02:00
parent 7535c85917
commit 6bfea818c2
3 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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)