A guide on how to use Python and OpenCV to fill a circle, rectangle, or any random shape in an image. — The original blog post on my website is here: Fill a Random Shape in an Image Using Python & OpenCV - PYCAD
In this blog post, I am going to show you how to fill a random shape in an image using OpenCV and Python with few lines…pycad.co Introduction In this blog post, I’ll show you how to use Python and OpenCV to fill a circle, rectangle, or any random shape in an image. You may wonder why we require this type of operation! …