Closedown
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Cameras.java=enabled
|
||||
Cameras.java=disabled
|
||||
LaserGunAlignment.java=disabled
|
||||
test2.java=disabled
|
||||
GunSolenoidAlignment.java=disabled
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#Mon Aug 29 10:42:50 CEST 2016
|
||||
#Mon Aug 29 10:46:46 CEST 2016
|
||||
colormap=Grayscale
|
||||
colormapAutomatic=false
|
||||
colormapMax=255.0
|
||||
@@ -18,8 +18,8 @@ roiY=0
|
||||
rotation=0.0
|
||||
rotationCrop=true
|
||||
scale=1.0
|
||||
spatialCalOffsetX=0.0
|
||||
spatialCalOffsetY=0.0
|
||||
spatialCalOffsetX=NaN
|
||||
spatialCalOffsetY=NaN
|
||||
spatialCalScaleX=NaN
|
||||
spatialCalScaleY=NaN
|
||||
spatialCalUnits=mm
|
||||
|
||||
@@ -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