搜索资源列表
Otsu算法(灰度图像的域值分割)的C++类实现
- Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
MaximumEntropy
- 关于用二维最大熵对图像进行分割的算法文章。希望给大家提供一些参考-on two-dimensional maximum entropy of the image segmentation algorithm article. Hope to provide some reference
segmentation_example
- 用来检验图像分割算法效果的一个经典图像,希望对作这方面试验的人有用-used to image segmentation algorithm test results of a classic image, and I hope to make this useful test of
Watershed11
- 用标记-分水岭算法对输入图像进行分割,是在Vc++下的程序代码-Markers-watershed algorithm input image segmentation is the Vc procedures under the code
MSTAR
- MSTAR图像分割算法研究,希望对大家有所帮助
corner
- 提出了一种快速准确车辆牌照的分割方法。首先利用形态学算子获取车牌的候选区域,剔除较小的和较大的区域;对保留的候选区域利用Trajkovic算法获取角点;最后对检测后的结果聚类,从而分割出包含车牌区域的子图像。
Keans
- 采用K均值聚类算法的原程序,能够对灰度图像进行据类方法分割
SOM
- som算法 组织神经网络用于图像分割matlab实现
图像模糊C-均值聚类
- 图像聚类分割是图像处理的基本操作,该文件含有C-均值聚类分割算法思想以及matlab源程序
matlab编写的meanshift算法
- 这个是meanshift算法的和函数,已经其用于图像的平滑和分割的程序