摘要: Mat img1 = imread("1.png"); Mat img2 = imread("2.png"); int height = img1.rows; int width1 = img1.cols; int width2 = img2.cols; // 将高图像等比缩放与低图像高度一致 if (img1.rows > img2.row... 阅读全文
posted @ 2019-04-04 21:10 平凡_h 阅读(6444) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace cv; using namespace std; // 计时函数 void PrintMs(const char *text = "") { static long long last = 0; long long cur = getTickCou... 阅读全文
posted @ 2019-04-04 20:24 平凡_h 阅读(986) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace cv; using namespace std; // 记录时间信息 void PrintMs(const char *text = "") { static long long last = 0; long long cur = getTickCount(); ... 阅读全文
posted @ 2019-04-04 20:14 平凡_h 阅读(2005) 评论(0) 推荐(0) 编辑
摘要: Ubuntu系统的安装(虚拟机) 并配置C/C++编译器 阅读全文
posted @ 2019-03-23 09:11 平凡_h 阅读(5338) 评论(0) 推荐(0) 编辑
摘要: 在Ubuntu下编译安装nginx 阅读全文
posted @ 2019-03-22 23:28 平凡_h 阅读(4360) 评论(0) 推荐(0) 编辑
摘要: MFC多线程技术,实现查找文件夹中的文件名称 阅读全文
posted @ 2019-03-11 20:56 平凡_h 阅读(2351) 评论(0) 推荐(0) 编辑
摘要: 【OpenCV3】threshold()函数详解 阅读全文
posted @ 2019-03-08 16:38 平凡_h 阅读(2375) 评论(0) 推荐(0) 编辑
摘要: MFC 剪切板的操作、线程介绍 阅读全文
posted @ 2019-03-07 23:15 平凡_h 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 基类指针、虚函数、多态性、纯虚函数、虚析构 阅读全文
posted @ 2019-03-06 21:46 平凡_h 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: 【OpenCV3】cvRound()、cvFloor()、cvCeil()函数详解 阅读全文
posted @ 2019-03-06 10:18 平凡_h 阅读(6682) 评论(2) 推荐(0) 编辑