Computer Vision: Geometric shapes on Image.
Now, we are taking images and drawing the geometric shapes on the image. Here we take the Lena image and draw a line on it. command is cv2.line()
Steps:
First, we need to take an image
Take the cv2.line in that gives the image
first give starting ...
muqafam.hashnode.dev1 min read