StackOverflow 文档 opencv 教程 加载和保存各种媒体格式 加载图片 加载图片 Created: November-22, 2018 #include <highgui.h> //... cv::Mat img = cv::imread("img.jpg"); … 保存图像