From 40c0d8c3cd2e52066c837fc859449036e1f1d87f Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 5 Jul 2017 15:05:09 +0200 Subject: [PATCH] Script execution --- script/imgproc/LedDetectionProc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/imgproc/LedDetectionProc.py b/script/imgproc/LedDetectionProc.py index 290b4db..e17bfca 100644 --- a/script/imgproc/LedDetectionProc.py +++ b/script/imgproc/LedDetectionProc.py @@ -4,12 +4,12 @@ room_temp = False -number_frames = 10 +number_frames = 5 number_backgrounds = 5 minimum_size = 150 maximum_size = 1200 min_circ = 0.2 -threshold_method = "MaxEntropy" if room_temp else "Mean" #Intermodes, IsoData +threshold_method = "MaxEntropy" if room_temp else "Default" #Apparently good for LN2: Default, Intermodes, IsoData, Otsu exclude_edges = True set_led_range(room_temp)