fjenett commited on
Commit
c706d22
1 Parent(s): 9defd72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def detect_ellipses(img_path):
15
  imgC = cv2.imread(img_path)
16
  imgG = cv2.cvtColor(imgC, cv2.COLOR_BGR2GRAY)
17
 
18
- ammed_size = 1200
19
 
20
  iheight, iwidth = imgG.shape
21
  imax = max(iheight, iwidth)
 
15
  imgC = cv2.imread(img_path)
16
  imgG = cv2.cvtColor(imgC, cv2.COLOR_BGR2GRAY)
17
 
18
+ ammed_size = 600
19
 
20
  iheight, iwidth = imgG.shape
21
  imax = max(iheight, iwidth)