Fork me on GitHub

06 2019 档案

摘要:之前接触过全局二值化(OTSU算法),还有OPENCV提供的自适应二值化,最近又了解到一种新的局部二值化算法,Sauvola算法。 转载自:http://www.dididongdong.com/archives/4048 值得注意的是,计算r×r邻域内像素值的时候,一种优化的策略是,使用OPENC 阅读全文
posted @ 2019-06-17 17:14 hellowOOOrld 阅读(12179) 评论(0) 推荐(0)
摘要:先上效果图,把vimrc 和bashrc 备份一下。。 vimrc: bashrc: 阅读全文
posted @ 2019-06-04 15:22 hellowOOOrld 阅读(2252) 评论(0) 推荐(0)