搜索资源列表
kmeans
- 利用kmeans算法实现一副图像的灰度值分割,也可以实现图像的RGB彩色空间的分割。-Kmeans algorithm using a gray scale image segmentation, image can also be achieved RGB color space segmentation.
clusterImg
- 彩色图像分割,灰常不错。This function implements kmeans clustering on an input RGB (m x n x 3) image. The user inputs at least two inputs: IMGIN and NCLUSTERS, and this function will step through an interactive color segmentation using kmeans clustering. It
clusterImg
- This function implements kmeans clustering on an input RGB (m x n x 3) image.
kmeansb
- uses kmeans algorithm to cluster rgb image
MARK_Kmeans
- 使用k-means算法对一副RGB色彩空间的图像作简单的聚类。根据命令行提示输入聚类的大小K,程序自动计算每一个像素点的归属并着色该点为该类的色彩均值。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-Using k-means algorithm on an RGB color space images to make a simple clustering. According to the command prompt enter the
Kmeans
- 一种基于K均值聚类的彩色图像颜色增强方法,输入已知前景部分RGB值,代码将根据设定值对输入图像进行重新聚类,并进行灰度图像颜色增强,以利于后续二值化处理-K-means clustering-based color image color enhancement method, enter the known foreground RGB values , the code will re-clustering of the input image according
123
- 使用kmeans算法对图像进行分割,先对图像进行了rgb到lab的转换-Use kmeans algorithm for image segmentation, the first image of rgb to lab conversion
Kmeans
- K均值聚类的代码,完整程序,有实验结果RGB显示,结果图和相应的灰度直方图-K-means clustering code, complete procedures, RGB is the result of the experiment showed that the figure and the corresponding gray histogram
KmeansaFCM
- 在opencv环境下使用fuzzy c means和kmeans算法实现图片像素RGB值聚类,希望对大家有帮助-using fuzzy c means and k-means algorithm to realize the RGB image segmentation in opencv.