登录
首页 » matlab » 基于小波变换分割图像

基于小波变换分割图像

于 2021-03-18 发布
0 364
下载积分: 1 下载次数: 15

代码说明:

说明:  使用小波变换技术实现图像分割,利用matlab编程实现(Using wavelet transform technology to achieve image segmentation, matlab programming)

文件列表:

小波分割图像, 0 , 2009-12-20
小波分割图像\work, 0 , 2018-05-10
小波分割图像\work\circle.png, 5279 , 2005-12-01
小波分割图像\work\func_DWT.asv, 1865 , 2005-01-10
小波分割图像\work\func_DWT.m, 1171 , 2005-01-11
小波分割图像\work\func_Main.asv, 2236 , 2004-11-04
小波分割图像\work\func_Main2.m, 2399 , 2006-05-06
小波分割图像\work\func_Main3.asv, 2627 , 2004-11-07
小波分割图像\work\func_Main3.m, 2819 , 2006-05-06
小波分割图像\work\func_Main4.m, 3104 , 2006-05-06
小波分割图像\work\func_Mywavedec2.asv, 592 , 2004-10-19
小波分割图像\work\func_Mywavedec2.m, 592 , 2004-10-19
小波分割图像\work\na_128.bmp, 17462 , 2005-12-11
小波分割图像\work\new2.bmp, 66190 , 2004-04-06
小波分割图像\work\new2_1.bmp, 17462 , 2006-05-06
小波分割图像\work\new3.bmp, 66558 , 2004-03-18
小波分割图像\work\new4.bmp, 66546 , 2004-03-18
小波分割图像\work\new4_128.bmp, 49206 , 2005-07-28
小波分割图像\work\new4_256.bmp, 196662 , 2005-08-08

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

发表评论

0 个回复

  • Morlet_Matlab
    关于小波信号处理中的Morlet算法的Matlab程序(On the Morlet wavelet signal processing algorithms Matlab program)
    2021-01-05 17:18:53下载
    积分:1
  • wavelet
    一个图像小波数字水印的matlab代码,利用小波变换,在DC分量上实现自适应编码(An image digital watermarking wavelet matlab code, the use of wavelet transform, the DC component on the realization of adaptive coding)
    2009-03-11 22:44:25下载
    积分:1
  • MyWaveletDenoise小去噪
    说明:  小波变换去噪方法,过滤高频低频波,C++代码(Wavelet transform denoising method, filtering high frequency low frequency wave, C ++ code)
    2020-05-09 17:38:51下载
    积分:1
  • PCMW2D_2
    移动窗口二维相关光谱方法matlab的实现,完全是自己参照公式编的哦。。移动窗口二维相关光谱是一种新的二维相关分析方法,它将移动窗口的概念和二维相关分析方法有效地结合在了一起,利用移动窗口将庞大的光谱数据按矩阵分割成若干个便于操作的子矩阵,用二维相关光谱分别处理,将得到的结果综合分析,用以光谱变量和扰动变量为坐标的等高图表现出来,从中可以非常直观地观察出光谱强度在扰动变量方向上的变化,进而找出引起光谱强度突变的特征扰动点。(Moving window two-dimensional correlation spectroscopy method matlab realization, is entirely their own formulas reference the Oh. . Moving window two-dimensional correlation spectroscopy is a new two-dimensional correlation analysis method, it will move the window concept and two-dimensional correlation analysis method is effective to combine together, using the moving window at the huge spectral data matrix is ​ ​ divided into a number of easy to operate a sub-matrix, respectively, using two-dimensional correlation spectroscopy process, comprehensive analysis of the results obtained for the spectral variables, and disturbance variables manifested contour map coordinates, which can visually observe the spectral intensity of the direction of the disturbance variable The change, then find mutations characteristic spectral intensity caused disturbance point.)
    2021-04-10 09:48:59下载
    积分:1
  • matlab3
    相关性小波去噪的程序实现,相关性去噪的程序实现(Wavelet denoising procedures related implementation procedures related to implementation of denoising)
    2010-05-21 09:23:17下载
    积分:1
  • 用opencv实现各种低通滤
    对图像进行滤波处理是图像处理中最常见的一种操作类型。而这其中低通滤波(也可以叫做平滑)有事各种滤波处理中最常用的。这里就简单写写 OpenCV 中提供的几种低通滤波方法。 具体思路:对源图像进行离散傅里叶变换,滤波后通过cvDFT进行傅里叶逆变换得到理想低通滤波器、巴特沃斯低通滤波器、高斯低通滤波器后图像
    2022-03-04 13:06:18下载
    积分:1
  • simpsal
    提取图像显著图,小波融合 非常详细,有用(Extract image saliency map, wavelet fusion is very detailed, useful for)
    2011-11-02 12:32:07下载
    积分:1
  • xiaobofenxijiangyi
    说明:  小波(Wavelet)这一术语,顾名思义,“小波”就是小的波形。所谓“小”是指它具有衰减性;而称之为“波”则是指它的波动性,其振幅正负相间的震荡形式。与Fourier变换相比,小波变换是时间(空间)频率的局部化分析,它通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了Fourier变换的困难问题,成为继Fourier变换以来在科学方法上的重大突破。有人把小波变换称为“数学显微镜”。 这套讲义生动详实的快速带领初学者掌握小波的基本要点,是不可多得的好材料!(This is a handbook about Wavelet.)
    2009-09-02 15:44:17下载
    积分:1
  • matlab编写的 曲包括Curvelet去噪程序
    曲波变换,matlab下的曲波变换,里面也含有图像去噪的简单算法,包括硬阈值去噪等等,在matlab2012a下运行完全没有问题,请放心使用。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
    2022-02-03 15:44:03下载
    积分:1
  • chapter10
    《小波分析理论与MATALB R2007 实现》第10章源码(wavelet analysis using matlab)
    2012-10-08 22:41:10下载
    积分:1
  • 696516资源总数
  • 106769会员总数
  • 14今日下载