2016年3月30日

opencv拼接相关1

摘要: 这里面都是一些比较杂的东西,没什么实际意义。主要是为了,后面能跑一个程序: Stitcher: 抠细节: http://docs.opencv.org/2.4.2/modules/stitching/doc/high_level.html?highlight=stitcher#stitcher St 阅读全文

posted @ 2016-03-30 19:06 木鸟飞 阅读(2563) 评论(1) 推荐(0) 编辑

Cstring到string

摘要: 要利用mfc,然后接受一个图片。 imread只能读const string& filename 的东西。 imread 原型: 它的参数: filename —— 文件的位置。如果只提供文件名,那么文件应该和C++文件在同一目录,否则必须提供图片的全路径。 flags —— 有5个可能的输入。 C 阅读全文

posted @ 2016-03-30 18:55 木鸟飞 阅读(1782) 评论(1) 推荐(0) 编辑

导航