filmov
tv
Basic Image Processing Using Python Tutorial 5 ( Drawing rectangle on an image)

Показать описание
Within an image, we might like to draw certain figures. To draw rectangles, we use the function polygon. We can draw not only
rectangle, but any kind of polygon we want. All we have to do is give x and
y coordinates, then define the width and the height.
rectangle, but any kind of polygon we want. All we have to do is give x and
y coordinates, then define the width and the height.