New ScreenPanel

This commit is contained in:
2018-01-19 10:56:53 +01:00
commit ae4d621609
580 changed files with 46598 additions and 0 deletions

28
script/image13.py Executable file
View File

@@ -0,0 +1,28 @@
#run("pip")
from pip import *
ip = load_image("{data}/img/img3.png")
auto_threshold(ip)
#binary_outline(ip)
#binary_fill_holes(ip)
ip.show()
(results,output_img)=analyse_particles(ip, 100,1000, print_table=True)
output_img.show()
"""
"""
#static int SHOW_MASKS
#static int SHOW_NONE
#static int SHOW_OUTLINES
#static int SHOW_OVERLAY_MASKS
#static int SHOW_OVERLAY_OUTLINES
#static int SHOW_PROGRESS
#static int SHOW_RESULTS
#static int SHOW_ROI_MASKS