From 821f7ce194578ba5a093f9d01d83d8a35e8425ce Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 21 Jun 2017 16:56:25 +0200 Subject: [PATCH] Closedown --- script/LedDetection.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/LedDetection.py b/script/LedDetection.py index 0a5a120..7cc957d 100644 --- a/script/LedDetection.py +++ b/script/LedDetection.py @@ -116,8 +116,8 @@ def detect_led(ip): #aux = get_channel(aux, "blue") invert(aux) #subtract_background(aux) - #Tested ok: Huang, Mean, MaxEntropy, MaxEntropy, Percentile, RenyiEntropy, Triangle, Yen - auto_threshold(aux, method = "MaxEntropy") + #Tested ok: Huang, Mean, MaxEntropy, Percentile, Triangle, Yen + auto_threshold(aux, method = "Percentile") #binary_open(aux) (results,output) = analyse_particles(aux, 250,1000, fill_holes = True, exclude_edges = False, print_table=False,