Draw circles: [python] import cv2 import numpy as np. def mouse_drawing(event, x, y, flags, params): if event == cv2.EVENT_LBUTTONDOWN:
確定! 回上一頁