上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 24 下一页
摘要: #include #include #include #include #include // Never include win32 heads before window.h bool printAllProcess(std::map &_mapProcess, bool is_print = true) { PROCESSENTRY32 pe32; pe32.dwSiz... 阅读全文
posted @ 2018-09-25 04:28 路边的十元钱硬币 阅读(380) 评论(0) 推荐(0) 编辑
摘要: endswith 阅读全文
posted @ 2018-09-10 13:09 路边的十元钱硬币 阅读(8477) 评论(0) 推荐(0) 编辑
摘要: 不加plt的显示,不会有窗口。 阅读全文
posted @ 2018-09-10 11:36 路边的十元钱硬币 阅读(2518) 评论(0) 推荐(0) 编辑
摘要: strip() 是为了去除字符串头尾的空格 阅读全文
posted @ 2018-09-10 10:22 路边的十元钱硬币 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 结果 阅读全文
posted @ 2018-09-10 10:17 路边的十元钱硬币 阅读(2218) 评论(0) 推荐(0) 编辑
摘要: 原文 输出结果 阅读全文
posted @ 2018-09-10 10:04 路边的十元钱硬币 阅读(174) 评论(0) 推荐(0) 编辑
摘要: import tensorflow as tf import os categories = ['folder1', 'folder2'] for folderName in categories: #os.makedirs('./%s' % folderName, exist_ok=False); # 当文件已存在,无法创建该文件 os.makedirs('./%s' % ... 阅读全文
posted @ 2018-09-10 10:01 路边的十元钱硬币 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Transform得到的是重MatFrom到MatTo的变换矩阵。inlier给一个空矩阵就可以。 MatFrom和MatTo都是点的矩阵,每一行就是一个点。 这个函数使用的是点对来估计变换矩阵。是三维的,所以需要XYZ坐标。优化方法是RANSAC。 阅读全文
posted @ 2018-09-09 17:08 路边的十元钱硬币 阅读(1028) 评论(0) 推荐(0) 编辑
摘要: 代码 注意 xml中保存的节点超过4个就会打开失败,opencv的问题。 阅读全文
posted @ 2018-09-09 17:01 路边的十元钱硬币 阅读(773) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2018-09-09 16:56 路边的十元钱硬币 阅读(517) 评论(0) 推荐(1) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 24 下一页