python-OpenCV 实现将数组转换成灰度图和彩图 主要步骤1.生成普通python数组(bytearray(),os.urandom())2.转换成numpy数组(numpy.array())3.通过reshape将 彩图