摘要: 参考文献:EDLines: A real-time line segment detector with a false detection control Cuneyt Akinlar , Cihan Topal 1. Introduction 这种算法根本不需要参数调整,只需为所有类型的图像运行 阅读全文
posted @ 2017-10-12 11:59 Jessica&jie 阅读(15757) 评论(0) 推荐(2) 编辑
摘要: C++ 中经常使用的容器类有vector,list,map。其中vector和list的erase都是返回迭代器,但是map就比较不一样。 当在循环体中使用map::erase语句时,为了能够在任何机器上编译通过,并且能够跨平台(windows、linux),正确的写法是: 也有人提出了这样的写法: 阅读全文
posted @ 2017-10-12 10:16 Jessica&jie 阅读(15200) 评论(0) 推荐(1) 编辑