摘要: /* 合并多图像矩阵到一个大矩阵上 */ Mat mergeImgMats(vector<Mat> img_mats, int per_width, int per_height, int cols, int split_w) { int count = img_mats.size(); CV_Assert(count > 0); // 定义 行 int rows = count % cols = 阅读全文
posted @ 2019-10-18 16:06 dangxusheng 阅读(278) 评论(0) 推荐(0) 编辑
摘要: #pragma once #include <iostream> #include <io.h> #include <direct.h> #include <time.h> #include <string> #include <vector> #include <windows.h> using 阅读全文
posted @ 2019-10-18 15:03 dangxusheng 阅读(399) 评论(0) 推荐(0) 编辑