博客园 首页 私信博主 显示目录 隐藏目录 管理 动画
摘要: #include <opencv2/opencv.hpp>#include <iostream>#include <math.h> using namespace cv; int main(int argc, char** argv) { Mat src, dst; src = imread("D: 阅读全文
posted @ 2019-07-05 19:57 haibochina 阅读(572) 评论(0) 推荐(0)
摘要: 1.图片读取 #include<opencv2/opencv.hpp>#include<iostream>#include<math.h> using namespace cv;using namespace std; int main(int argc, char**argv) { cout << 阅读全文
posted @ 2019-07-05 14:08 haibochina 阅读(12832) 评论(0) 推荐(0)