How to draw basic shapes on Images in Python using OpenCV – easy project – 2024
While playing with images in OpenCV we can do various fun stuff using its inbuilt functions. One of them is drawing basic shapes like circles, rectangles, ellipses, and lines on images. In today’s very short blog we will see that…