摘要: #include #include using namespace cv; #include #define WINDOW_NAME1 "【绘制图1】" //为窗口标题定义的宏 #define WINDOW_NAME2 "【绘制图2】" //为窗口标题定义的宏 #define WINDOW_NAME3 "【绘制图3】" //为窗口标题定义... 阅读全文
posted @ 2019-04-21 21:59 hehe_2014 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 批处理输出文件名 删除指定类型的文件 批量修改文件扩展名 阅读全文
posted @ 2019-04-21 21:14 hehe_2014 阅读(116) 评论(0) 推荐(0) 编辑
摘要: #include "opencv2/core/core.hpp" #include "opencv2/highgui/highgui.hpp" #include using namespace std; using namespace cv; int main(int, char**) { Mat I = Mat::eye(4, 4, CV_64F); I.at(... 阅读全文
posted @ 2019-04-21 20:24 hehe_2014 阅读(108) 评论(0) 推荐(0) 编辑