Closedown

This commit is contained in:
gac-S_Changer
2016-09-14 17:39:27 +02:00
parent e267a07852
commit 939a531f46

View File

@@ -42,7 +42,7 @@ def detect_pucks(ip):
def detect_samples(ip):
aux = grayscale(ip, in_place=False)
invert(aux)|
invert(aux)
subtract_background(aux)
auto_threshold(aux)
binary_open(aux)