emilios commited on
Commit
c822ea5
·
verified ·
1 Parent(s): 9674c2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def greet(image, in_contrast, in_brightness):
47
  new_image = cv2.convertScaleAbs(image, alpha=in_contrast, beta=in_brightness)
48
 
49
  # We create our gabor filters, and then apply them to our image
50
- gfilters = create_gaborfilter()
51
  # new_image = apply_filter(new_image, gfilters)
52
 
53
  return new_image
 
47
  new_image = cv2.convertScaleAbs(image, alpha=in_contrast, beta=in_brightness)
48
 
49
  # We create our gabor filters, and then apply them to our image
50
+ # gfilters = create_gaborfilter()
51
  # new_image = apply_filter(new_image, gfilters)
52
 
53
  return new_image