diff --git a/script/CoverDetection.py b/script/CoverDetection.py index 56d37a1..b068f55 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 = average_frames(1000) ip = grayscale(ip, False) show_panel(ip.bufferedImage)