Skip to main content

All Questions

Tagged with
1 vote
0 answers
959 views

Legend in an image generated by OpenCV (Python)

I'm plotting an image with the following code: cv2.imshow('',I) cv2.circle(I,tuple(xy),radius=1,c=(255,0,0),thickness=1) cv2.circle(I,tuple(uv),radius=1,c=(0,0,255),thickness=1) Is it possible to add ...
yonatan's user avatar
  • 133