文章大纲
Pillow Library (PIL)
本文估计需要60 分钟时间
Objectives
图像处理和计算机视觉任务包括显示、裁剪、翻转、旋转、图像分割、分类、图像恢复、图像识别和图像生成。此外,通过云处理图像需要通过互联网存储、传输和收集图像。
Python是一个很好的选择,因为它有许多图像处理工具、计算机视觉和人工智能库。最后,它有许多用于在云端和互联网上处理文件的库。
数字图像只是计算机中的一个文件。在这个实验室中,您将了解这些文件,并学习如何使用枕头库(PIL-Python Image Library)处理这些文件。
Image processing and computer vision tasks include displaying, cropping, flipping, rotating, image segmentation, classification, image restoration, image recognition, image generation. Also, working with images via the cloud requires storing, transmitting, and gathering images through the internet.
Python is an excellent choice as it has many image processing