CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 波变换 搜索资源 - 小波提升

搜索资源列表

  1. EZW_Matlab

    0下载:
  2. 对输入的二维灰值图像,先进行提升Haar小波变换,再用经典的EZW算法对小波系数进行压缩,然后反变换重构原图像。
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:5280
    • 提供者:吴称光
  1. lift

    0下载:
  2. 此程序用提升法实现第二代小波变换 %% 我用的是非整数阶小波变换 %% 采用时域实现,步骤先列后行 %% 正变换:分裂,预测,更新; %% 反变换:更新,预测,合并 %% 只做一层(可以多层,而且每层的预测和更新方程不同)
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:5405
    • 提供者:zlf
  1. SPIHTencodingalgorithm

    0下载:
  2. 针对小波变换和多级树集合分裂图像编码具有浮点数运算、算法复杂等特点,采用整数实现的提升格式代替了原来的小 波变换,并结合提升小波变换和DCT变换的特点,提出了一种改进方案。
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:288372
    • 提供者:jingjing
  1. Wavelet_transform_2D

    0下载:
  2. 这个是二维小波变化的正反变化,采用9/7提升小波系数,在jpeg2000图像压缩系统中使用
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1833
    • 提供者:钟毓秀
  1. wavelet

    1下载:
  2. 小波变换,反变换,以及提升小波变换,包括97小波,及53小波
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:12929
    • 提供者:feng
  1. HIC

    0下载:
  2. 基于小波变换的图像压缩,程序中的小波算法使用的是9/7提升小波
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:288565
    • 提供者:颜瑞
  1. tishengxiaobo-fusion

    0下载:
  2. 探讨了一种新的基于提升小波变换的图像融合算法,提升小波的构造不依赖于傅立叶变 换,应用它进行图像融合可以提高处理速度,节约内存空间。
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:137656
    • 提供者:lieutenant
  1. 主函数

    0下载:
  2. 一个简单但很好用的整数提升小波,可直接对图象变换,采用53或97小波-a simple but well rounded upgrade the wavelet can directly transform the image using wavelet 53 or 97
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1119
    • 提供者:晓奇
  1. IntDwt53

    0下载:
  2. 一个提升的整数小波变换的程序,用C++实现。-an upgrade of the integral wavelet transform procedures, C to achieve.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:2247
    • 提供者:胡莹
  1. lift97mlsoft

    0下载:
  2. 个人编写的提升格式97小波去噪程序,采用软阈值法,做三层分解-Written format of 97 individuals to enhance the wavelet denoising procedure, the use of soft-threshold method, do the three decomposition
  3. 所属分类:Wavelet

    • 发布日期:2017-04-07
    • 文件大小:1150
    • 提供者:luolei
  1. lifting_db97

    0下载:
  2. 提升小波变换(9/7),VC可直接使用。-Lifting wavelet transform (9/7), VC can be used directly.
  3. 所属分类:Wavelet

    • 发布日期:2017-03-30
    • 文件大小:916
    • 提供者:lili
  1. 97lifting

    0下载:
  2. 97提升法构造小波的经典程序,学习小波好资料-97 lifting wavelet structure of the classical procedures, learning good information on wavelet
  3. 所属分类:Wavelet

    • 发布日期:2017-04-05
    • 文件大小:3108
    • 提供者:rizhaoyueguang
  1. JPEG2000_006.pdf

    0下载:
  2. 本文提出了一种基于提升算法的高效JPEG2000二维离散小波变换(2D—DWT)~ 结构,将边界延拓内嵌于离散小波变换过程中,减少了所需的内存空间和功耗。采用W 扫描输入方式和行列并行处理结构,加快了变换速度,大大提高了小波变换的效率。整个二维离散小波变换结构已经通过FPGA硬件仿真验证。-This paper presents a highly efficient algorithm based on lifting JPEG2000 two-dimensional discrete wave
  3. 所属分类:Wavelet

    • 发布日期:2017-04-17
    • 文件大小:182304
    • 提供者:H Simon
  1. test53

    0下载:
  2. 可伸缩视频中的5_3小波变换。运动补偿时间滤波是一种有效的可伸缩视频编码方案,采用5 /3提升小波实现能进一步提高其编码性能-Scalable video in the wavelet transform 5_3. Time motion compensation filter is an effective scalable video coding schemes, using 5/3 lifting wavelet to achieve further improve its coding
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:5947
    • 提供者:fengyongsheng
  1. second_wavelet

    0下载:
  2. 把我的第二代提升法实现的小波变换程序传上来。-my second-wavlet code is presented to all of us
  3. 所属分类:Wavelet

    • 发布日期:2017-04-02
    • 文件大小:996
    • 提供者:王家
  1. LiftDwt97

    0下载:
  2. 此程序为完全提升格式小波变换,所谓完全是指,在最后的拉伸变换,也进行了提升分解,分解成了三个提升结构-This program is completely lifting scheme wavelet transform, the so-called complete means that conversion in the final stretch, also carried out to enhance decomposition, decomposed into three Lift
  3. 所属分类:Wavelet

    • 发布日期:2017-04-07
    • 文件大小:2946
    • 提供者:guojunjun
  1. imageprocessing

    0下载:
  2. 此程序用提升法实现第二代小波变换 我用的是非整数阶小波变换 采用时域实现,步骤先列后行 正变换:分裂,预测,更新; 反变换:更新,预测,合并 只做一层(可以多层,而且每层的预测和更新方程不同) -This program uses lifting to achieve the second generation wavelet transform me to a non integral order wavelet transform time-domain realization of
  3. 所属分类:Wavelet

    • 发布日期:2017-04-14
    • 文件大小:4391
    • 提供者:weilihua
  1. IntDwt97

    0下载:
  2. 使用带参数的9-7小波滤波器进行的整数小波变换,采用了参数9-7小波滤波器的提升格式,但是当参数为0.5时候,提升格式不同,因此,此程序中参数选择范围不能包括0.5-implementation of the CLiftDwt class
  3. 所属分类:Wavelet

    • 发布日期:2017-04-14
    • 文件大小:2635
    • 提供者:willee
  1. WaveletTransform

    0下载:
  2. 本文提出一种基于方向提升小波变换的多描述图像编码方法,以避免压缩图像在互联网和无线网络环境下因数据包传输出错或丢失而导致的图像质量严重下降。-In this paper, the direction of lifting wavelet transform based multiple descr iption image coding method, in order to avoid compression of images on the Internet and wireless net
  3. 所属分类:Wavelet

    • 发布日期:2017-05-04
    • 文件大小:1098265
    • 提供者:ww
  1. Applicationofwavelettransformandupgradehardware.ra

    0下载:
  2. 提升小波变换的应用与硬件实现Application of wavelet transform and upgrade hardware-Application of wavelet transform and upgrade hardware Application of wavelet transform and upgrade hardwareApplication of wavelet transform and upgrade hardware
  3. 所属分类:Wavelet

    • 发布日期:2017-05-01
    • 文件大小:990274
    • 提供者:cjh
« 1 2 3 45 6 »
搜珍网 www.dssz.com