摘要: 一、图像加法 1 #include<opencv2/opencv.hpp> 2 #include<iostream> 3 using namespace cv; 4 using namespace std; 5 6 void main(){ 7 Mat img1=imread("E://1.jpg" 阅读全文
posted @ 2021-07-01 11:13 威海云博客 阅读(308) 评论(0) 推荐(0)