Draw with OpenCV - No more Photoshop! Create Graphics with Python!

In this tutorial, you’ll find out how to draw basic shapes with OpenCV - which is a very popular computer vision library, not only for Python! 🔴🟢🔵 We will create a drawing of some trees on a sunny background, we will add some text and we will save it as a “png“ file to our computer. ⭐ Image Into Matrix - Convert Like a Pro!! ⭐ ******************************* Want to learn more about ⭐Computer Vision?⭐ 🎥 Stream Videos with OpenCV 🎥 😴 Image Processing with Pillow 😴 Also, if you don’t feel like coding along, you can still access my script: ******************************* ⏰ timestamps ⏰ ******************************* 00:00 - Intro 00:26 - import OpenCV / import cv2 00:41 - image data type overview 01:06 - create blank image with Numpy / () 02:30 - show image with OpenCV 02:50 - (0) 03:16 - 04:01 - draw rectangle with OpenCV 05:24 - fi
Back to Top