1 min readMar 7, 2020
Hi, great article. Are there some cv2 (or other library) method to pass a non-linear func to make a custom filter. Something like:
my_filter = cv2.customFilter(img, my_function, size)
Thanks!
Hi, great article. Are there some cv2 (or other library) method to pass a non-linear func to make a custom filter. Something like:
my_filter = cv2.customFilter(img, my_function, size)
Thanks!