Script execution

This commit is contained in:
gac-S_Changer
2016-09-14 16:54:47 +02:00
parent c43a30fb50
commit af49e3ccfb

View File

@@ -27,8 +27,9 @@ output_img.show()
#Sample detection
aux = grayscale(ip, in_place=False)
aux.show()
#gaussian_blur(aux); aux.repaintWindow()
invert(aux); aux.repaintWindow()
#gaussian_blur(aux); aux.repaintWindow()
subtract_background(aux); aux.repaintWindow()
auto_threshold(aux); aux.repaintWindow()
binary_open(aux); aux.repaintWindow()