登录
首页 » matlab » meanshiftsegmentation

meanshiftsegmentation

于 2011-02-21 发布 文件大小:352KB
0 109
下载积分: 1 下载次数: 2

代码说明:

说明:  均值漂移图像分割测试程序,使用meanshift算法对彩色图像进行聚类分割,效果很好,并且显示使用时间、找到的类数,另包含RGB与LUV颜色空间的互相转换,图片矩阵数据转为降维数组等,程序中有详尽的注释和说明,并且配有测试结果图片,非常适合计算机视觉、机器学习、模式识别的朋友参考(failed to translate)

文件列表:

meanshiftsegmentation
.....................\findpeakopt.m,1682,2010-12-19

.....................\luv2rgb.m,1256,2010-12-18
.....................\MeanShift.m,6952,2010-12-19

.....................\rgb2luv.m,1059,2010-12-18
.....................\segmentmeanshifttest.m,5506,2010-12-19

.....................\sunsetr5耗时.txt,366,2010-12-19
.....................\sunsetrgb2luv.tif,18516,2010-12-18


.....................\terrainjr5耗时.txt,365,2010-12-19
.....................\terrainr5耗时.txt,366,2010-12-19
.....................\terrainrg2luv.tif,135952,2010-12-18
.....................\terrainx.bmp,10230,2010-12-18
.....................\测试结果图片
.....................\............\meanshfitsegmentationgr10.tif,107366,2010-12-19
.....................\............\meanshfitsegmentationgr5.tif,107408,2010-12-19
.....................\............\meanshfitsegmentationp2r10.tif,84962,2010-12-18
.....................\............\meanshfitsegmentationp2r5.tif,84996,2010-12-18
.....................\............\meanshfitsegmentationpr10.tif,85038,2010-12-19
.....................\............\meanshfitsegmentationpr5.tif,85084,2010-12-19
.....................\............\meanshfitsegmentationr10.tif,165258,2010-12-19
.....................\............\meanshfitsegmentationr5.tif,166340,2010-12-19
.....................\............\meanshfitsegmentationsr10.tif,210268,2010-12-19
.....................\............\meanshfitsegmentationsr5.tif,209082,2010-12-19
.....................\............\meanshfitsegmentationterbr10.tif,10438,2010-12-19
.....................\............\meanshfitsegmentationterbr5.tif,10442,2010-12-19
.....................\............\meanshfitsegmentationterjr10.tif,14034,2010-12-19
.....................\............\meanshfitsegmentationterjr5.tif,14034,2010-12-19
.....................\............\plane.tif,85154,2010-12-19
.....................\............\terrainjr10.tif,25878,2010-12-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MRFFeature
    高斯马尔可夫随机场纹理分割程序matlab(a gaussian markov random field for texture segmentation)
    2012-05-10 13:24:50下载
    积分:1
  • cs563_intro
    Understand state-of-the-art techniques for photorealistic rendering 􀂃 Become conversant with cutting edge graphics literature 􀂃 Hands-on exploration of one (or more) of the techniques encountered (a project). 􀂃 Learning and using raytracing to generate amazing pictures. 􀂃 Possibly extend one of the studied techniques, implement new ones
    2012-01-05 22:36:15下载
    积分:1
  • wavelet_denosiy
    说明:  Donoho提出的小波阀值去噪的基本思想是将信号通过小波变换(采用Mallat算法)后,信号产生的小波系数含有信号的重要信息,将信号经小波分解后小波系数较大,噪声的小波系数较小,并且噪声的小波系数要小于信号的小波系数,通过选取一个合适的阀值,大于阀值的小波系数被认为是有信号产生的,应予以保留,小于阀值的则认为是噪声产生的,置为零从而达到去噪的目的。尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点。(The basic idea of wavelet threshold de-noising proposed by Donoho is that the wavelet coefficients generated by the signal after passing through the wavelet transform (Mallat algorithm) contain the important information of the signal. After the wavelet decomposition, the wavelet coefficients of the signal are larger, the wavelet coefficients of the noise are smaller, and the wavelet coefficients of the noise are smaller than the wavelet coefficients of the signal. By selecting a suitable threshold, the wavelet coefficients of the noise are larger than the valve The wavelet coefficients of values are considered to be generated by signals, which should be preserved. The ones less than the threshold are considered to be generated by noise, which is set to zero to achieve the purpose of denoising.)
    2019-12-18 17:23:27下载
    积分:1
  • noise-plus-image
    对图像添加各种噪声 高斯噪声 淑盐噪声(Add a variety of image noise, Gaussian noise, noise, salt-sook)
    2009-09-06 10:59:06下载
    积分:1
  • BDStracking
    北斗二代接收机中的跟踪程序,模块有载波环(二阶FLL,三阶PLL),FLL辅助PLL,码环是用二阶DLL,再用载波环辅助码环(Compass II receiver tracking program, module carrier ring (second-order FLL, the third-order PLL), FLL auxiliary PLL, code ring is by Second DLL, then the carrier ring auxiliary code ring)
    2021-05-16 10:30:01下载
    积分:1
  • images
    是图像处理中常用的测试图库,非常实用,如lena图片, 青椒图片,以及zelda图片等(is the test pictures used in image processing very useful)
    2014-12-05 10:47:48下载
    积分:1
  • 利用峰值信噪比对去噪性能进行比较
    分别利用均值滤波、自适应滤波和中值滤波对噪声图像g1和g2进行滤波,利用峰值信噪比对去噪性能进行比较。(Respectively, using the mean filter, adaptive filtering and median filtering images g1 and g2 noise filtering, denoising performance comparison using the peak signal-to-noise ratio.)
    2012-09-12 07:35:10下载
    积分:1
  • Nonstationary
    有色噪声干扰非平稳状态下,MVDR扩展凹槽滤波形成方法(With colored noise under non-steady state, the the MVDR extended groove filter forming method)
    2012-06-05 16:55:57下载
    积分:1
  • linkedge
    图像处理中用于边缘检测图像的边缘连接和边缘拟合的代码(link edge)
    2010-05-14 16:47:29下载
    积分:1
  • calibration_camera
    说明:  针对相机标准线扩散函数的IDL测试源码,用于相机图像质量评估(IDL test source code for the standard line spread function of the camera, used for camera image quality assessment)
    2020-04-14 00:48:58下载
    积分:1
  • 696518资源总数
  • 104230会员总数
  • 58今日下载