Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. import cv2
  2. import numpy as np
  3.  
  4. def menu():
  5. print("\Press the key correspondent to the filter: \n"
  6. "a - abs\n"
  7. "m - mean\n"
  8. "g - gauss\n"
  9. "v - vertical\n"
  10. "h - horizontal\n"
  11. "l - laplacian\n"
  12. "p - gaussian laplacian\n"
  13. "esc - quit\n")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement