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

Publié le: 13 août 2021
sur la chaîne: 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')


Sur cette page du site, vous pouvez voir la vidéo en ligne Basic Image Processing using Python I Image Processing using pillow library I Python anaconda I durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur FUNTOCODE 13 août 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 85 fois et il a aimé 5 téléspectateurs. Bon visionnage!