摘要: http://www.cnblogs.com/CoverCat/p/5043833.html Visual Studio Community 2015 工程和代码:http://pan.baidu.com/s/1o7lxYSM 内容 在这篇文章中将提到以下内容: 全局阈值 自适应阈值 Otsu's二 阅读全文
posted @ 2016-08-24 23:05 _海阔天空 阅读(3645) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/xw20084898/article/details/17564957 一、工具:VC+OpenCV 二、语言:C++ 三、原理 otsu法(最大类间方差法,有时也称之为大津算法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度 阅读全文
posted @ 2016-08-24 17:18 _海阔天空 阅读(908) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/alsofly/p/3524866.html?utm_source=tuicool&utm_medium=referral 一、先是在程序中图像的导入,我是根据图像路径实现,其中path是string类型,是图像路径。 IntPtr img=CvInvo 阅读全文
posted @ 2016-08-24 17:16 _海阔天空 阅读(679) 评论(0) 推荐(0) 编辑
摘要: https://dotblogs.com.tw/v6610688/archive/2013/12/20/emgucv_draw_histogram_histogrambox_histogramviewer.aspx //2.使用HistogramBox imgHistogramBox.Generat 阅读全文
posted @ 2016-08-24 16:39 _海阔天空 阅读(598) 评论(0) 推荐(0) 编辑