搜索资源列表
灰度图象基本处理
- 均值滤波,图象分割等
将维对分和K均值算法分割图像
- 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two p
均值滤波
- 图象均值滤波算法-image filtering algorithm
均值滤波0
- 均值滤波0.rar-mean filter 0.rar
K均值聚类算法
- 是模式识别中的一种分类算法,用C++编程,很实用。
一个基于均值量化音频水印嵌入和提取的matlab程序
- 一个基于均值量化音频水印嵌入和提取的matlab程序
纹理分割
- Gabor小波多尺度滤波实现纹理分割,用到K均值聚类
K均值图像分割
- K均值图像分割 K均值图像分割
K-均值聚类
- 采用k-均值发对图像进行聚类
中值和均值滤波图像恢复处理程序实例
- 中值和均值滤波图像恢复处理程序实例
K-均值聚类算法
- K-均值聚类算法,对数据进行聚类分析,可用于提取关键帧等。用matlab实现,K-means clustering algorithm, cluster analysis of data that can be used, such as key frame extraction. Using matlab to achieve
利用模糊C均值图像分割
- 利用模糊C均值图像分割,此为matlab环境下的仿真代码.,Using fuzzy C-means image segmentation, this matlab code simulation environment.
在matlab下的k-均值聚类进行图像分类分割处理
- 在matlab下的k-均值聚类进行图像分类分割处理,In matlab under the k-means clustering for image classification be dealt with separately
k均值图像分割
- k均值方法,对图像进行分割,matlabt程序,希望对大家有所帮助
K均值聚类
- K均值聚类算法图像分割,最传统的一种分割方法(K mean clustering segmentation)
K均值聚类在基于OpenCV的图像分割中的应用
- 介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。(This paper introduces the segmentation of traditional image segmentation and K- mean clustering algorithm, then uses OpenCV function to implement it, and introduces the basic functions of
均值滤波和中值滤波处理高斯噪声
- 均值滤波和中值滤波处理高斯噪声,比较差异(Mean filtering and median filter are used to deal with gaussian noise)
模糊C均值算法
- 亲测,能实现模糊C均值聚类的MATLAB程序(MATLAB program that can realize fuzzy C mean clustering)
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.)
均值滤波
- 用matlab对图片进行均值滤波,仅供参考,相互学习(Using MATLAB for image mean filtering, for reference only, learning from each other.)