搜索资源列表
彩色分割后8连通处理
- 彩色分割后8连通处理,给出了彩色图像的一种聚类算法-after eight color segmentation connectivity, a color image is a clustering algorithm
asdfafsdfe2
- 基于遗传聚类的彩色图像分割,用caj 打开,很好的毕业论文-based on genetic clustering color image segmentation, PRODUCTS opened with a good thesis
200707171151133491
- 一种基于模糊c均值聚类的彩色图像区域分割方法,该方法首先选用适合的彩色空间,然后利用c均值聚类的方法,最终实现图像分割
RegionExtractsdk
- 彩色图像分割算法, 首先rgb到hsv,然后量化,分割成许多个小区域,然后用区域合并算法进行合并,一直预先设定的区域数目或者达到满足的聚类条件为止停止合并
K-Mean
- 遥感影像K均值分类算法,针对bmp彩色图像。VC++6.0编程实现。-K means of remote sensing image classification algorithm for bmp color images. VC++6.0 programming.
Wallpapers-based-on-mean-shift
- 本程序首先把图像由RGB空间转到HSI空间,然后利用彩色图像分割策略以及meanshift算法对图像进行分割最后加入边界合成。其中‘keyprogram.m’文件为主程序,‘meanshift.m’文件为调用函数,实现数据的聚类分割。-The program first the image from the RGB space to HSI space and then using color image segmentation strategy and meanshift image seg
juleiseg
- 基于matlab的彩色图像分割,利用k聚类算法-Matlab-based color image segmentation, clustering algorithm using k
Colorimage_segmentation
- 利用K均值聚类实现彩色图像分割,效果不错-Color Image segmentation using K-means clustering
colorimage_seg_VC
- 利用模糊C均值聚类法实现彩色图像分割,Visual c++ 6.0 实现。-color image segmentation using C-means clustering, implementation by Visual c++ 6.0
mean_shift_seg
- 基于meanshift的彩色图像分割,对特征空间进行聚类分析。-mean-shift based color image segmentation
meanshiftsegmentation
- 均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
Kmeans-MATLAB
- 该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。-The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.
fcm
- 模糊C均值聚类,通过设置不同的灰度,可将彩色图像分成若干区域,达到分类的目的。-Fuzzy C means clustering, by setting different grayscale, color images can be divided into several regions, to achieve the purpose of classification.
meanshift-segmention
- meanshift用于图像分割,基于彩色分割,可用于图像聚类-meanshift segmention cluster
kind
- candy边缘检测,彩色图像的边缘检测,K均值聚类,sobel边缘检测(C)其他是matlab程序-candy edge detection, color image edge detection, K-means clustering, sobel edge detection (C) the other is a matlab program
HCI
- 功能:求两幅图像的相似度,进而用于图像检索 尽管一幅彩色图像包含成千上万种颜色,但在多数情况下,图像中少数几种颜色就涵盖了图像中的大多数的象素颜色。这些颜色被称为主色。一些研究表明:使用主色一般不会降低颜色匹配效果。因此考虑一种次优可行的基于聚类颜色特征的相似度计算方法。 -Function: Find the similarity of two images, and then used for image retrieval although a color image con
FCM-Image-Cluster
- 使用FCM和HCM聚类算法对彩色图像进行聚类分割。-Use Fcm and HCM Method to cluster color image.
k-means
- 实现k均值聚类算法,可以使用彩色图像,通过随机初始化聚类中心,完成聚类(The K-means clustering algorithm can use color images to initialize cluster centers randomly and accomplish clustering.)
FCM
- 利用模糊C聚类(FCM)的方法对彩色图像进行分割,期中可以用不通的特征向量来表征图像的特征(The method of fuzzy C clustering (FCM) is used to segment the color image. In the period of time, the feature vectors can be used to characterize the features of the image.)
kmeans
- 使用kmeans算法实现了彩色图像的颜色聚类(Color image clustering)