文件名称:Opencv Kmeans聚类进行图像颜色聚类分割(绝对有用)
文件大小:1.76MB
文件格式:ZIP
更新时间:2014-05-18 03:47:58
Opencv kmeans k均值聚类 图像颜色聚类 图像分割
该程序利用OpenCV中的K均值聚类函数Kmeans2对图像进行颜色聚类,达到分割的目的。 编写此函数的目的是:Kmeans2函数的用法有些难掌握,参考资料少,尤其是对图像进行操作的例子少,我找了很久也找不到, 找到的例子也运行不了,今天终于自己搞定了,想给大家分享一下,供大家参考,节省大家利用Kmeans2进行图像方面开发的时间 ,少走一些弯路。 本例子对印章图像sample.bmp进行颜色聚类 运行此程序一定要配置好OpenCv环境啊!!!
【文件预览】:
Kmeans2forImage
----KmeansForImageSegmentUseColor.opt(53KB)
----KmeansForImageSegmentUseColor.plg(292B)
----KmeansForImageSegmentUseColor.ncb(41KB)
----sample.bmp(228KB)
----KmeansForImageSegmentUseColor.dsp(4KB)
----Debug()
--------vc60.pdb(92KB)
--------KmeansForImageSegmentUseColor.pdb(417KB)
--------vc60.idb(153KB)
--------sample.bmp(228KB)
--------KmeansForImageSegmentUseColor.pch(3.94MB)
--------KmeansForImageSegmentUseColor.exe(168KB)
--------KmeansForImageSegmentUseColor.obj(17KB)
--------KmeansForImageSegmentUseColor.ilk(195KB)
----KmeansForImageSegmentUseColor.dsw(581B)
----KmeansForImageSegmentUseColor.cpp(3KB)