I’m having trouble with import cv in my python code. My issue is I need to draw a rectangle around regions of interest in an image. How can this be done in python? I’m doing object detection and would like to draw a rectangle around the objects I believe I’ve found in the image. Answer please don’t try with the
Tag: draw
Draw bold/italic text with PIL?
How to draw bold/italic text with PIL? ImageFont.truetype(file, size) has an option to specify font size only. Answer Use the bold/italic version of the font