Description: 一个均值漂移的VC++聚类源程序,可以试试聚类,其效果还不错.-mean a shift of VC cluster source, you can try clustering, the effect is not bad. Platform: |
Size: 38912 |
Author:王冰 |
Hits:
Description: A general technique for the recovery of signicant
image features is presented. The technique is based on
the mean shift algorithm, a simple nonparametric pro-
cedure for estimating density gradients. Drawbacks of
the current methods (including robust clustering) are
avoided. Feature space of any nature can be processed,
and as an example, color image segmentation is dis-
cussed. The segmentation is completely autonomous,
only its class is chosen by the user. Thus, the same
program can produce a high quality edge image, or pro-
vide, by extracting all the signicant colors, a prepro-
cessor for content-based query systems. A 512 512
color image is analyzed in less than 10 seconds on a
standard workstation. Gray level images are handled
as color images having only the lightness coordinate-A general technique for the recovery of sig ni cannot image features is presented. The techni que is based on the mean shift algorithm, a simple nonparametric pro-cedure for estimat ing density gradients. Drawbacks of the curren t methods (including robust clustering) are av oided. Feature space of any nature can be proces sed, and as an example, color image segmentation is dis-cussed. The se gmentation is completely autonomous. only its class is chosen by the user. Thus, the same program can produce a high quality edge image, or pro-vide. by extracting all the signi cannot colors, a prepro- cessor for content-based query syste ms. A 512,512 color image is analyzed in less than 10 seconds on a standard workstation. Gray 4ISR l images are handled as color images having only the lightness c Platform: |
Size: 17408 |
Author:gggg |
Hits:
Description: 较全的mean shift算法合集,有基于mean shift算法的图像平滑处理,图像分割,图像聚类-Than the entire collection of the mean shift algorithm, the mean shift algorithm based on image smoothing, image segmentation, image clustering Platform: |
Size: 454656 |
Author:jacky |
Hits:
Description: 基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始点归为一类,然后把这一类的标号赋给这些起始点,同时把包含像素点太少的类去掉。然后,采用阈值化分割的方法对图像进行二值化处理。-Mean Shift Based on the process of image segmentation is the first to use the image Mean Shift algorithm for clustering of pixels, that is, to converge to the same point as a starting point to the category and then assigned to this type of labeling of these starting points, at the same time to contain too few pixels to remove the category. Then, using thresholding segmentation method of binary image processing. Platform: |
Size: 1024 |
Author:mayan |
Hits:
Description: 基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始点归为一类,然后把这一类的标号赋给这些起始点,同时把包含像素点太少的类去掉。然后,采用阈值化分割的方法对图像进行二值化处理 -Mean Shift Based on the process of image segmentation is the first to use the image Mean Shift algorithm for clustering of pixels, that is, to converge to the same point as a starting point to the category and then assigned to this type of labeling of these starting points, at the same time to contain too few pixels to remove the category. Then, using thresholding segmentation method of binary image processing Platform: |
Size: 1024 |
Author:秦陈刚 |
Hits:
Description: Mean-shift聚类算法详细介绍,里面有丰富的图片和图形-Mean-shift clustering algorithm detail, which is rich in pictures and graphics Platform: |
Size: 6727680 |
Author:王庆香 |
Hits:
Description: Title: Image Clutering K-means and Mean Shift) delphi implemetation
Description: This delphi program contains image clustering algorithms K-means and Mean shift. Contains 2 pas file for kmeans and mean shift. by chamika deshan
Platform: |
Size: 26624 |
Author:rtamarit |
Hits:
Description: The code is Gaussian mean shift clustering (GMS) implemented in MATLAB. More details on the instruction, derivation and experimental results can be found on my blog http://www.whatdafact.com/kittipat/?p=618 Platform: |
Size: 2048 |
Author:neobot |
Hits:
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:
Description: 奉文主要针对经典的Mean Shift跟踪算法均匀剖分整个颜色空间造成许多空的直方图区间以及不能准确表达目标
颜色分布的缺点,提出J,一种改进算法.该改进算法首先对目标的颜色进行聚类分析,根据聚类结果通过矩阵分解和正交变换
自适席地剖分日标的颜色空间从向确定对戍于每一聚类的子空间.在此基础上定义 一种新的颜色模型,该模型统计落入每
一颜色子空间的像素的加权个数并用高斯分布建模每一个子空间的颜色分布,并推导r一种相似性度量米比较目标和候选目
标的颜色模型之间的相似程度.最后基于该颜色模型提出J,改进算法.实验表 ,基于该颜色模型的改进算法比经典的Mean
Shift算法具有更好的性能,向跟踪时间与经典算法大致相 .-The traditional Mean Shift tracking algorithm partitions uniformly the whole color space,leading to a great
number of void histogram bins,and is unable to represent accurately the color distribution of the object.To address
the problems,we present an improved algorithm.Firstly the object color is analyzed using a clustering algorithm,and
according to the clustering result the color space of the object is partitioned into subspaces by matrix factorization and
orthonormal transformation.Then a new color model is defined by considering the weighted number of pixels as well as
within—cluster distribution with Gaussian .and a novel measure iS derived to evaluate the similarity between the reference
color model and the candidate mode1.Finally an improved algorithm is proposed based on the color mode1.Experiments
show that the improved algorithm has better performance than and is computationally comparable to the conventional
mean shift algorithm. Platform: |
Size: 440320 |
Author:陈方芳 |
Hits:
Description: 这是一个很好的学习图像处理的代码,实现的功能主要是均值漂移-This is a good learning image processing code, the main function of the mean shift Platform: |
Size: 6144 |
Author:魏晓超 |
Hits: