Basic Image Processing using Python I Image Processing using pillow library I Python anaconda I

Published: 13 August 2021
on channel: FUNTOCODE
85
5

In this video I am talking about very basic image processing. It is a simple tutorial on how to do easy image processing! Hope you like it!


Link to the image:
https://en.wikipedia.org/wiki/Lenna

Link to Python anaconda that I am using:
https://www.spyder-ide.org/



My code:
from PIL import Image
import matplotlib.pyplot as plt

image = Image.open('Your Image path')
image.show()

filter_image = image.convert('L')
plt.imshow(filter_image, cmap = 'Greys')


On this page of the site you can watch the video online Basic Image Processing using Python I Image Processing using pillow library I Python anaconda I with a duration of hours minute second in good quality, which was uploaded by the user FUNTOCODE 13 August 2021, share the link with friends and acquaintances, this video has already been watched 85 times on youtube and it was liked by 5 viewers. Enjoy your viewing!