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