CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - k means color segmentation
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - k means color segmentation - List
[
Special Effects
]
将维对分和K均值算法分割图像
DL : 0
利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two parts, the two values can be used as the source, K-means algorithm can be divided into images of arbitrary multi-part. Procedures used directly in R, G, B color as the characteristic parameters for the cluster center random value, of course, can also be used for other parameters, procedures EXE compiler to speed document acceptable, but there is still room for improvement, but the master of the time change, then please give me also made in the code.
Update
: 2008-10-13
Size
: 49.09kb
Publisher
:
pbt
[
Special Effects
]
将维对分和K均值算法分割图像
DL : 0
利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two parts, the two values can be used as the source, K-means algorithm can be divided into images of arbitrary multi-part. Procedures used directly in R, G, B color as the characteristic parameters for the cluster center random value, of course, can also be used for other parameters, procedures EXE compiler to speed document acceptable, but there is still room for improvement, but the master of the time change, then please give me also made in the code.
Update
: 2025-02-17
Size
: 49kb
Publisher
:
pbt
[
Special Effects
]
KmeansImageSegmentation
DL : 0
基于Opencv实现的k-means聚类图像分割算法,可自定义聚类个数,根据像素点的位置和颜色进行聚类-Opencv based on the realization of the k-means clustering image segmentation algorithm, the number of clustering can be customized, according to pixel location and color clustering
Update
: 2025-02-17
Size
: 3.37mb
Publisher
:
drowning
[
Special Effects
]
kmeans
DL : 0
K均值图像分割,读入彩色图片,输出区域分割后的图片-K-means image segmentation, read full-color photographs, the output image after the region segmentation
Update
: 2025-02-17
Size
: 1kb
Publisher
:
wonder
[
Special Effects
]
K_means_color_segmentation
DL : 0
用k-means 做彩色图像分割,分类数可选-Using k-means to do color image segmentation, classification number of optional
Update
: 2025-02-17
Size
: 1kb
Publisher
:
卢学
[
Special Effects
]
109201305K
DL : 0
K均值聚类算法 对图像颜色进行聚类 然后对图像分割-K-means clustering algorithm to cluster the color image segmentation and then
Update
: 2025-02-17
Size
: 132kb
Publisher
:
小五子
[
Graph program
]
histogram
DL : 0
image segmentation K-means for image of color space RGB-image segmentation K-means for image of color space RGB
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Doris
[
Special Effects
]
Segment
DL : 0
彩色图像分割程序,采用k-means算法,用c++语言编写。 -Color image segmentation procedures, the use of k-means algorithm, with c++ languages.
Update
: 2025-02-17
Size
: 3.32mb
Publisher
:
yuna
[
matlab
]
imgkmeans
DL : 1
将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
Update
: 2025-02-17
Size
: 328kb
Publisher
:
caoliang
[
Special Effects
]
Colorimage_segmentation
DL : 0
利用K均值聚类实现彩色图像分割,效果不错-Color Image segmentation using K-means clustering
Update
: 2025-02-17
Size
: 843kb
Publisher
:
王成
[
Software Engineering
]
brain_tumor_fcm
DL : 0
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.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
pramod
[
Special Effects
]
kmeans
DL : 0
基于matlab的图像k均值算法,实现对一副彩色图像进行分割。-Matlab image based on k means algorithm, to realize a color image segmentation.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
李兴泽
[
Special Effects
]
Fast-Image-Segmentation
DL : 0
台湾大学几位学者写的基于K-均值算法的快速图像分割,用到基于HSV颜色空间的直方图-Fast Image Segmentation Based on K-Means Clustering with Histograms in HSV Color Space
Update
: 2025-02-17
Size
: 573kb
Publisher
:
gaotengfei
[
Special Effects
]
K-means-color-image-segmentation
DL : 0
K-means彩色图像分割,有实验报告,main文件中还有区域生长的算法。-K-means color image segmentation, with experimental report.
Update
: 2025-02-17
Size
: 2.61mb
Publisher
:
石笑天
[
matlab
]
1
DL : 0
对彩色图像进行K均值的图像分割,可用于模式识别-K on the mean color image segmentation, can be used for pattern recognition
Update
: 2025-02-17
Size
: 3kb
Publisher
:
qing
[
Special Effects
]
k-means-for-image-segmentation
DL : 0
k均值用于图像分割,对于相同颜色但深度不一样可以分割。-k-means for image segmentation, the same color depth can be split.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王情伟
[
Graph program
]
K-means-color-segmentation
DL : 0
K均值图像检测,GUI界面,可对彩色图像分割-K-means image detection, the GUI interface, color image segmentation
Update
: 2025-02-17
Size
: 1kb
Publisher
:
mhx_nx
[
Special Effects
]
K-means-
DL : 0
一种基于颜色的分割,使用聚类算法中的K均值算法。本例主要用到的函数是色彩空间转换函数makecform和applycform,对于K均值聚类使用kmeans函数。-Based on color segmentation, using clustering algorithm K-means algorithm. In this case the main function used is the color space conversion function makecform and applycform, for K-means clustering using kmeans function.
Update
: 2025-02-17
Size
: 130kb
Publisher
:
chaihongjian
[
Special Effects
]
K---means-in-LAB
DL : 0
matlab中K-means聚类算法在CIElab空间的可用于车牌检测,基于色彩的图像分割-K- means clustering algorithm in matlab in the CIElab space can be used for license plate detection, image segmentation based on color
Update
: 2025-02-17
Size
: 1kb
Publisher
:
小王
[
Special Effects
]
k-means_segmention
DL : 0
基于K均值聚类的彩色图像分割算法,最简单的聚类算法,可以看一下-K-means clustering segmentation algorithm based on the color image, the most simple clustering algorithm, can look
Update
: 2025-02-17
Size
: 147kb
Publisher
:
李红达
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.