Which library is used for image processing in python. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Which library is used for image processing in python.

24th Jan 2019, 6:06 AM
Sandeep
Sandeep - avatar
2 ответов
+ 6
To name a few, like OpenCV for Python https://pypi.org/project/opencv-python/ Scikit Image https://scikit-image.org Eh, it's better if you Google it yourself. There is quite a variety of choices. https://www.datasciencecentral.com/profiles/blogs/9-python-libraries-which-can-help-you-in-image-processing
24th Jan 2019, 6:12 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
I can recommend PIL, it's light and yet powerful :)
24th Jan 2019, 8:05 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar