Answers for "opencv draw a point"

0

opencv draw a point

import cv2
image = cv2.circle(image, (x,y), radius=0, color=(0, 0, 255), thickness=-1)
Posted by: Guest on March-20-2022

Browse Popular Code Answers by Language