搜索资源列表
图像模糊C-均值聚类
- 图像聚类分割是图像处理的基本操作,该文件含有C-均值聚类分割算法思想以及matlab源程序
结合聚类的分水岭算法
- 结合聚类的分水岭算法。先对图像进行改进的分水岭运算,然后在对图像进行聚类得到比较精确的图像,效果较好
将维对分和K均值算法分割图像
- 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can on
K-Means聚类
- k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效。-k-means clustering algorithm source code. Kmeans is a common segmentation algorithm is simple but efficient.
Fuzzy-k-means
- 模糊核聚类及几篇文章,用于数据和图像的模糊聚类分割,效果还行-nuclear fuzzy clustering and articles for data and image segmentation fuzzy clustering, the results were OK
kcmfcm
- 进行kcm和fcm聚类分割图象的性能比较-kcm for clustering segmentation and image fcm Performance Comparison
clusterTextures
- 模糊聚类分割纹理速度快分割效果很好是常用的分割方法-Fuzzy Clustering Segmentation fast texture segmentation is a good division of commonly used methods
c_mean
- 利用c均值方法对图象进行聚类分割,此为matlab环境下的仿真代码-Use c-means clustering methods for image segmentation, this is matlab code simulation environment
devide
- 基于二维直方图的图像模糊聚类分割方法,内有算法的参考论文。-Two-dimensional histogram based on fuzzy clustering image segmentation algorithm, which algorithm has the reference papers.
a
- 图像分割 模糊聚类分割算法 通过MATLAB实现的C聚类分割算法,输入分割类别数。可以得到分割后的图像对比-Image segmentation algorithm based on fuzzy clustering partition
yansejulei
- 图像颜色聚类分割,实现了图形分割,基于RGB特征并显示出来。-Color image segmentation clustering, to achieve the graphics division, based on the characteristics of RGB and displayed.
FCM
- 在matlab平台下实现的FCM(模糊C均值)聚类分割-In the matlab platform to achieve FCM (fuzzy C mean) clustering segmentation
meanshiftsegmentation
- 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
jizhong_jibuzhong
- 基于3维直方图的聚类分割,对初学matlab的同学非常有用的哈!-3-D histogram clustering based segmentation matlab beginner students of very useful Ha!
fuzzy-clustering-segmentation
- 模糊聚类分割主函数及demo,直接运行就行,当然要有图片,-Main functions and fuzzy clustering segmentation demo, run directly on the line, of course, have pictures, Oh
juleifengefa
- 一个简单的聚类分割算法,希望可以对初学者有用-A simple clustering segmentation algorithm, hoping to be useful for beginners
cluster_extraction
- 利用pcl对点云数据进行聚类分割,建立索引得到分割后的各个物体构建(Clustering and segmentation of point cloud data using PCL)
聚类算法在图像分割中的应用
- MATLAB程序/聚类算法在图像分割中的应用/主要用于图像聚类(MATLAB/clustering algorithm is used in image segmentation for image clustering)
基于聚类分析的图像分割方法研究
- 这是一个关于基于聚类分析的图像分割方法研究(This is a study and implementation of a clothing extraction algorithm based on super pixel segmentation)
K—均值聚类提取
- k均值聚类提取,适合学习。先将RGB图像转换到LAB空间,在LAB空间进行聚类分割。(K-means clustering is suitable for learning. First convert the RGB image to LAB space and perform clustering and segmentation in the LAB space.)