0
How can I do box, median or mean filtering in an image with pillow
I have an image "lena", I need to do filtering on Lena but I have some problems, I can't do it,how can I do it, could you help me please? 😊, thanks everyone
2 ответов
+ 11
You might want to try the pre-defined filters first:
http://pillow.readthedocs.io/en/4.3.x/reference/ImageFilter.html
0
Thanks I tried it