The Ultimate Handbook for OpenCV & Pillow
Introduction
OpenCV and Pillow are the commonly used libraries in Python for image processing.
In this article, I will list out all the codes that I think are useful regarding OpenCV and Pillow side by side, so that you can compare them easily.
Updates
- 15-Jun-22: Added [13. RGBA to RGB].