How can I do box, median or mean filtering in an image with pillow | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

24th Oct 2017, 6:04 PM
Aslı Kaya
Aslı Kaya - avatar
2 Answers
+ 11
You might want to try the pre-defined filters first: http://pillow.readthedocs.io/en/4.3.x/reference/ImageFilter.html
24th Oct 2017, 8:41 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
Thanks I tried it
25th Oct 2017, 3:58 AM
Aslı Kaya
Aslı Kaya - avatar