Closedown

This commit is contained in:
gac-S_Changer
2017-07-07 15:24:54 +02:00
parent 960a644a9b
commit d5e31e6c48
2 changed files with 8 additions and 4 deletions
+6 -3
View File
@@ -7,6 +7,7 @@ img.backgroundEnabled=False
REF = (0,96,125)
line = load_image("{images}/line.png", title="Line")
#line = load_image("{images}/line360.png", title="Line")
line.getProcessor().setBackgroundValue(0.0)
@@ -36,7 +37,7 @@ for m in AutoThresholder.getMethods():
renderer = show_panel(aux.bufferedImage)
time.sleep(1.0)
"""
binary_dilate(ip, dark_background=False)
#binary_dilate(ip, dark_background=False)
#binary_fill_holes(ip, dark_background=False)
#binary_open(ip, dark_background=Tr)
@@ -49,8 +50,10 @@ renderer = show_panel(ip.bufferedImage)
line = sub_image(line, 325, 325, 512, 512)
ip = sub_image(ip, 325, 325, 512, 512)
#line = sub_image(line, 325, 325, 512, 512)
#ip = sub_image(ip, 325, 325, 512, 512)
line = sub_image(line, 453, 453, 256, 256)
ip = sub_image(ip, 453, 453, 256, 256)
#op = op_fft(ip, line, "correlate")