diff --git a/script/imgproc/LedDetectionProc.py b/script/imgproc/LedDetectionProc.py index 91e786d..aa1fdc5 100644 --- a/script/imgproc/LedDetectionProc.py +++ b/script/imgproc/LedDetectionProc.py @@ -4,10 +4,10 @@ room_temp = False -number_frames = 5 +number_frames = 10 number_backgrounds = 5 minimum_size = 150 -maximum_size = 1000 +maximum_size = 1200 min_circ = 0.2 threshold_method = "MaxEntropy" if room_temp else "Default" exclude_edges = True