搜索资源列表
db97
- DB97提升小波程序,实现任意偶数大小图像双正交97提升小波变换,比传统的CDF97卷积算法好-DB97 lifting wavelet procedures, arbitrary size images even biorthogonal wavelet transform 97 upgrade, than the traditional filter convolution algorithm good
wavelet222
- 2代小波示意程序,用提升法实现第二代小波变换-two generation wavelet indicate procedures used to upgrade method is the second generation wavelet transform
tisheng97
- 提升法97经典程序 本程序实现任意偶数大小图像第二代双正交97提升小波变换 -upgrade procedures of the classic program arbitrary size images even second generation of biorthogonal wavelet transform 97 upgrade
liftingcode
- 本代码依据提升小波原理自己编写,供大家参考,其中的正反变换大家能清楚看到了-the code based on wavelet theory enhance their preparation for your reference, the pros and transform you can clearly see the
基于提升小波变换的图像压缩
- 基于提升小波的图像压缩方法,算法简单,实现容易!!
第二代提升小波变换
- 本程序是第二代提升小波变换,本程序简单易懂
wavelet_code
- 这是《小波分析理论与MATLABR2007实现》的源代码。主要是基于Matlab的小波工具箱实现小波基选择、小波包分解、Mallat变换以及小波变换在边缘提取、图像去噪、数据压缩等中的应用,特别包含了二代提升小波的相关内容,理论与实际相结合。大家想要了解的二进小波、正交镜像滤波器组[QMF]等概念这里都有体现。-This is 《MATLABR2007 wavelet analysis theory and implementation》 of the source code. Mainly
5_3_lifting
- 关于5/3提升小波的源程序,对学习小波变换的人很有帮助的-About 5/3 lifting wavelet source, to learn useful wavelet transform of people
lift97
- 97小波的提升编码解码C程序,可用于图像的97小波变换-97
edge
- 小波变换自80年代发展至今,一直得到人们的关注,本程序利用提升小波,进行边缘检测-80 years since the development of wavelet transform has been received attention, the procedures used wavelet, edge detection
kuaisutisheng
- 针对CT 医学图像和MR I 医学图像成像特点, 提出了基于快速整数提升小波变换的融合方法。在CT 和 MR I 两幅医学图像配准的前提下, 利用提升小波变换把图像分解成低频和高频子图像, 对于小波变换后的高频 子图像, 选择区域标准差大的作为融合后的子图像 对于低频子图像, 采用加权融合, 最后进行小波逆变换, 得到 融合后的图像, 并对融合后图像用信息熵、平均梯度、相关系数的指标进行评价。实验结果表明, 基于快速整数提 升小波变换融合中, 小波高低频系数采用不同的规则能够取得
WT
- 基于9/7提升小波变换的图像去噪,图像处理-image denoising based on 9/7 lifting scheme
liftwavelete
- 介绍了提升小波的一些基本概念,并通过C++Builder 编写了图像的提升小波变换,-Some of the basic concepts of lifting wavelet, lifting wavelet transform by C++Builder have been run.
cd_53down
- 基于VHDL,实现JPGE2000标准中的5/3小波,实现提升小波变换。-Based on VHDL, JPGE2000 standard 5/3 wavelet, lifting wavelet transform.
DWT-vs-DLWT
- 离散小波变换和方向提升小波变换的小波系数以及分解,重构。-Discrete wavelet transform and direction of lifting wavelet coefficients of wavelet transform and decomposition, reconstruction.
xiaobobianhuan-gongjuxiang1
- 程序一个提升小波变换的matlab工具包 matlab工具箱matlab代做QQ1747812398 matlab包括拥有数百个内部函数的主包和三十几种工具包。工具包又可以分为功能性工具包和学科工具包。功能工具包用来扩充MATLAB的符号计算,可视化建模仿真,文字处理及实时控制等功能。学科工具包是专业性比较强的工具包,控制工具包,信号处理工具包,通信工具包等都属于此类。-Program an upgrade wavelet transform matlab matlab toolbox tool
waveletdenosingand-reconstrction
- 第二代小波变换程序,提升小波变换,包括正变换和反变换两部分程序-second generation wavelets transform
duojujiao
- 多聚焦图像融合,采用的是提升小波变换,融合规则为高频系数取大,低频系数取平均-Multi-focus image fusion, using the enhanced wavelet transform。The fusion rule takes the high frequency coefficient and takes the average of the low frequency coefficients。
基于小波变换的图像匹配
- 使用小波变换进行图像匹配,从而提升其匹配速度(Using the wavelet transform to match the image, so as to improve the matching speed.)
db97
- %% 本程序实现任意偶数大小图像第二代双正交97提升小波变换 %% 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) %% 注2: 为了保证正交,所有边界处理,全部采用循环处理 %% 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) %% 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 %% 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 %% 注6: 此程序