diff --git a/script/CoverDetection.py b/script/CoverDetection.py index 0e6f4b2..5fd7d58 100644 --- a/script/CoverDetection.py +++ b/script/CoverDetection.py @@ -11,7 +11,7 @@ line.getProcessor().setBackgroundValue(0.0) #renderer = show_panel(line.bufferedImage) #ip = get_image() ip = average_frames(5) -ip =grayscale(ip) + smooth(ip) #bandpass_filter(ip, 30, 1000)