Explorar el Código

reformat ball

jezv hace 11 meses
padre
commit
588095a4b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      falling_ball/main.py

+ 1 - 1
falling_ball/main.py

@@ -6,7 +6,7 @@ import cv2
 image = cv2.imread('falling_ball/image.png')
 
 RES = WIDTH, HEIGHT = 1200, 1000
-BALL_RADIUS = min(RES) / 25
+BALL_RADIUS = min(RES) / 30
 FPS = 60
 
 polys = recognize(image, RES)