Welcome![Sign In][Sign Up]
Location:
Search - color image clustering matlab

Search list

[Other resourcecolorseg

Description: 利用matlab实现彩色图像的分割。算法主要是利用聚类算法。-using Matlab color image segmentation. This algorithm is to use clustering algorithm.
Platform: | Size: 862780 | Author: cnn | Hits:

[matlabcolorseg

Description: 利用matlab实现彩色图像的分割。算法主要是利用聚类算法。-using Matlab color image segmentation. This algorithm is to use clustering algorithm.
Platform: | Size: 862208 | Author: cnn | Hits:

[matlabpixel_region_grow

Description: 像素聚类区域成长法-- 顾名思义,此方法从一个种子像素开始,通过如平均灰度,组织纹理及色彩等性质的判断,将具有类似性质的像素逐一纳入所考虑的区域中,使此区域由种子逐渐成长成一个性质相似的图像区块。-pixel clustering method regional growth-- the name implies, this method from a seed pixels, through such as average gray, the color and texture organizations such as the nature of judgment, with similar to the nature of each pixel into consideration the region, so this area has gradually grown from seed into a nature similar to the image block.
Platform: | Size: 4096 | Author: xinxin | Hits:

[matlabjulei2

Description: 自己编写的使用聚类方法进行彩色图象分割 效果还可以-themselves prepared for the use of clustering methods color image segmentation can also effect
Platform: | Size: 1024 | Author: hanxi | Hits:

[Special Effectsseed

Description: 一种图像分割算法—像素聚类区域成长法 此法从一个种子像素开始,通过如平均灰度、组织纹理及色彩等性质的判断,将具类似性质的像素纳入所考虑区域。-An image segmentation algorithm- clustering pixels regional growth law this method started from a seed pixel, through, such as average gray, organizations such as texture and color to determine the nature, of a similar nature will be incorporated into the pixel considered regional.
Platform: | Size: 8192 | Author: 施云涛 | Hits:

[Special Effectsjuleiseg

Description: 基于matlab的彩色图像分割,利用k聚类算法-Matlab-based color image segmentation, clustering algorithm using k
Platform: | Size: 1024 | Author: 求是赤子 | Hits:

[Graph programyansejulei

Description: 图像颜色聚类分割,实现了图形分割,基于RGB特征并显示出来。-Color image segmentation clustering, to achieve the graphics division, based on the characteristics of RGB and displayed.
Platform: | Size: 1024 | Author: shenyong | Hits:

[Special EffectsFCM(1)

Description: 这是我们的数字图像处理的大作业,用模糊聚类的方法做的图像分割,希望对大家有用,谢谢!-This is our large digital image processing operations, with the fuzzy clustering method to do image segmentation, hope for all of us, thank you!
Platform: | Size: 209920 | Author: 郑强 | Hits:

[matlabtext_seg

Description: this a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.-this is a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.
Platform: | Size: 83968 | Author: sidharth | Hits:

[matlabimgkmeans

Description: 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color image, convert to grayscale image segmentation, the output of grayscale images. The use of gray as the characteristics of each pixel clustering, due to light and other reasons, and sometimes should belong to an object pixel, its gray value will also be very different, may lead to clustering of the pixel error has occurred. in the segmentation results, the surface, there would be different from other pixel noise points, so , the algorithm Finally, the results of a median filter to eliminate noise, to the role of smoothing the image
Platform: | Size: 335872 | Author: caoliang | Hits:

[Software Engineeringbrain_tumor_fcm

Description: In this project ,we propose a color based segmentation method that uses the c means clustering technique to track tumor objects in magnetic resonance (MR) brain images. The key concept in this color based segmentation algorithm with k means means to convert a given gray level MR image in to a color space image and then separate the position of tumor objects from other items of an MR image by using c means clustering And histogram clustering .Experiments demonstrates that the method can successfully achieve segmentation for MR brain images to help pathologists distinguish exactly lesion size and region. -In this project ,we propose a color based segmentation method that uses the c means clustering technique to track tumor objects in magnetic resonance (MR) brain images. The key concept in this color based segmentation algorithm with k means means to convert a given gray level MR image in to a color space image and then separate the position of tumor objects from other items of an MR image by using c means clustering And histogram clustering .Experiments demonstrates that the method can successfully achieve segmentation for MR brain images to help pathologists distinguish exactly lesion size and region.
Platform: | Size: 2048 | Author: pramod | Hits:

[Special EffectsclusterImg

Description: 彩色图像分割,灰常不错。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 is interactive in that the user will be prompted to click-define the target colors in the segmentation.-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 is interactive in that the user will be prompted to click-define the target colors in the segmentation.
Platform: | Size: 9216 | Author: zhuweina | Hits:

[Special EffectsKmeans-MATLAB

Description: 该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。-The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.
Platform: | Size: 1024 | Author: 牛少敏 | Hits:

[Graph programWallpapers-based-on-mean-shift

Description: 本程序首先把图像由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 segmentation algorithm synthesis of the last to join the border. Which ' keyprogram.m' file-based program, ' meanshift.m' file to call the function, data clustering segmentation.
Platform: | Size: 161792 | Author: 刘常云 | Hits:

[matlabmatlab

Description: matlab 彩色图像处理,是采用Kmean聚类法做出的。处理的效果还行-atlab color image processing, clustering method is used Kmean made. Treatment results were line
Platform: | Size: 5120 | Author: lily | Hits:

[Special Effectskind

Description: 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
Platform: | Size: 513024 | Author: tianlina | Hits:

[matlab3

Description: 利用matlab实现彩色图像的分割。算法主要是利用聚类算法-Use of matlab color image segmentation. Algorithm is the main clustering algorithm
Platform: | Size: 4578304 | Author: 水影 | Hits:

[2D GraphicmohuFCM

Description: 基于matlab的模糊均值C的聚类程序,可以实现彩色图像的聚类,能实现程序时间统计-Matlab-based fuzzy mean C clustering procedures, can achieve color image clustering, to achieve the program time statistics
Platform: | Size: 20837376 | Author: zhengyi | Hits:

[matlabColor Reduction and Quantization

Description: Color Reduction and Quantization using k-Means, Fuzzy Clustering (FCM), and SOM Neuarl Network in MATLAB In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent clustering approaches: (a) k-Means Algorithm, (b) Fuzzy c-Means Clustering (FCM), and (c) Self-Organizing Map Neural Network. The implemented code, uses RGB and HSV color coding, to perform the clustering task, and user can select desired approach of coding.
Platform: | Size: 248832 | Author: amardz | Hits:

[matlabMatlabkmeans聚类分割GUI,分割聚类数可以输入

Description: 该课题为基于kmeans的聚类分割,输入一张彩色图像,可以选择需要分割成多少类,就会以不同颜色区分不同的块,带有GUI界面,操作丰富。(This topic is based on Clustering Segmentation of kmeans. Input a color image, you can choose how many categories you need to segment, and then different blocks will be distinguished with different colors, with GUI interface and rich operation.)
Platform: | Size: 72704 | Author: for Matlab | Hits:
« 12 »

CodeBus www.codebus.net