def or_and_not_xor_main(): #1, 创建第一个image与mask img_zero = np.zeros((900, 1200, 3), dtype=np.uint8) img_zero_sample = img_zero.copy() img_zero_2 = img_zero.copy() print(img_zero.shape) # points = np.array([[101, 101], [110, 101], [1
opencv
2023-08-04
189 点赞
2 评论
286 浏览