1、openCV 图片生成

# -*- coding: utf-8 -*- import numpy as np import cv2 #width = 3 #height = 3 width = 300 height = 300 pixel = np.array([255,0,0],np.uint8) #numpy.array(object, dtype = None, copy = True, order = None,
相关文章
相关标签/搜索