读取图像: inmread()方法 显示图像: imshow()方法 waitKey()方法 destroyAllWindows()方法 保存图像: imwrite()方法 获取图像属性: shape size dtype讲解
读取图像
image = cv2.imread(filename,flags) 功能: 读取图像

读取图像: inmread()方法 显示图像: imshow()方法 waitKey()方法 destroyAllWindows()方法 保存图像: imwrite()方法 获取图像属性: shape size dtype讲解
读取图像
image = cv2.imread(filename,flags) 功能: 读取图像