Skip to content
Advertisement

draw a circle over image opencv

Im usign python and opencv to get a image from the webcam, and I want to know how to draw a circle over my image, just a simple green circle with transparent fill

enter image description here

my code:

JavaScript

Thanks in advance.

Advertisement

Answer

JavaScript

Use “thickness” parameter for only the border.

Advertisement