Closedown
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user