搜索资源列表
lifting_db97
- 该程序对向量进行小波变换,所用的小波为利用提升方案实现的 Daubechies 9/7小波-the program right vector wavelet transform, using a wavelet upgrade program for the use of the realization of Daubechies 9 / 7 wavelet
dwt97
- 实现(9,7)小波的整数提升算法,包括正变换和反变换,分别存于wave_trans.cpp,wave_itrans.cpp中.-achieve (9,7) wavelet algorithm integer upgrade, including the transformation and the inverse transform, wave_trans.cpp were deposited, wave_itrans.cpp China.
FRIT
- 计算小波变换的Mallat算法需要逐级分解和重构,而本文通过矩阵变换方法,给出不需逐级计算的小波分解和重构矩阵的构造方法,并给出9/7小波的分解和重构矩阵的基向量及波形图。
Wavelet_9-7
- 一階小波(9/7)轉換,圖片大小為512*512,可轉成小波形式與回復,show圖的方式有量化過
upload_alex05
- 1.实现图案化和抖动技术以及bmp2txt源代码 2.图象的边沿检测与提取,轮廓跟踪算法代码 3.图象的几何变换算法 4.图象的检测,模板匹配算法代码 5.图象读取,特效,显示封装库FLib1.1及DEMO源代码 6.闪屏图形特技效果的实现代码 7.图象平滑处理源代码 8.行程编码,JPEG压缩编码 9.用小波变换对图象进行灰度处理 0.直方图修正和彩色变换算法代码
Wavelet
- 二维小波变换,包括提升9.7小波,是用c++语言编程实现的
水印算法
- 在对原图像进行双正交7/9三级小波分解后 ,在第二级的水平、垂直、对角以及第三级对角分量上加入水印系数,再经过小波反变换重构出图像。-in the original image Biorthogonal 7 / 9 3 wavelet decomposition, in the second-class level, vertical, diagonal, and the third-class right angle to add weight coefficient watermark, a
waveletcdf97
- 双正交9/7小波变换matlab源码和使用介绍-biorthogonal 9/7wavelet transform source code in matlab .
JPEG2000_9_7_002.pdf
- 基于实数的二进制表示法,把CDF(Cohen,Daubechies and Feauveau)9/7双正交小波基的提升系数化为二进制,采用简单的移位一加操作代替结构复杂的浮点乘法器,从而实现了JPEG2000中9/7离散小波变换的定点计算.相对于浮点计算法,移位一加操作最大的优点是计算简单,特别易于超大规模集成电路实现,因而使硬件实时处理图像信号成为可能.实验仿真结果表明:在低压缩比的情况下,用移位一加操作重构的图像,其峰值信噪比(PSNR)只比浮点法低0.10 dB,当压缩比增大时,其PSNR
wavelet_transformation
- 简单的小波压缩变换工作的原理如下: 信号和求导信号,形成的求同信号序列和求导信号序列的长度均为输入信号的长度的一半.如果输入信号序列是A={a(1),...,a(n)}求同信号S={s(1),...,s(n/2)}和求异信号D={d(1),...,d(n/2)}的计算方式为: for i=1,...,n/2 s(i)=a(2*i-1)+a(2*i) d(i)=a(2*i-1)-a(2*i) 例如输入信号是: 5,2,3,2,5,7,9,6
chuli
- 用cdf 9/7 小波分解和重建二维图像,若在中间加上适当的处理过程,则可实现对图像的去噪处理。-With cdf 9/7 wavelet decomposition and reconstruction of two-dimensional image, if in the middle combined with the appropriate processing can be achieved to address the image denoising.
WaveletTransformsinMATLAB
- 执行一维和二维小波变换在MATLAB环境中。十几包括的小波函数有: * Haar * Daubechies 1-6 * Symlets 1-6 * Coiflets 1 and 2 * Splines and reverse splines * CDF 9/7 and Le Gall 5/3 * S+P wavelets (2,2), (4,2), (4,4), (6,2), and (2+2,2) * Two Ten "TT" * Low-complexit
BinDwt97
- 此程序为二进制9-7小波提升格式的变换,算法中有整数加法和移位。-This program is a binary format, 9-7 Wavelet Lifting Transform, the algorithm has integer addition and shift.
jasper-1.500.4
- 图像压缩,主要根据9/7双正交小波以及编码方法进行压缩。-According to the 9/7 and some ways to deal with pictures.image compression
IntDwt97
- 使用带参数的9-7小波滤波器进行的整数小波变换,采用了参数9-7小波滤波器的提升格式,但是当参数为0.5时候,提升格式不同,因此,此程序中参数选择范围不能包括0.5-implementation of the CLiftDwt class
ImageProcessing
- 1 绪论 2 数字图像基础 3 空间域图像增强 4 频率域图像增强 5 图像复原 6 彩色图像处理 7 小波变换和多分辨率处理 8 图像压缩 9 形态学图像处理 10 图像分割 11 表示与描述 12 对象识别-1 Introduction 3 2 digital image based on spatial frequency domain image enhancement image enhancement 4 5 6 Color image p
begin
- 9/7提升小波变换中奇偶分裂步、预测步、边界延拓处理和模块测试平台的Verilog代码描述:-9/7 lifting wavelet transform in odd and even split-step, prediction step, boundary extension process and module test platform described in Verilog code:
SPIHT
- 使用VC++实现了基于9/7小波提升算法的SPIHT编码算法。-SPIHT coding algorithm based on the 9/7 lifting scheme
image_97_daubechies
- 基于提升9/7小波变换的压缩代码,适合初学者学习应用!-Compression code based on 9/7 lifting wavelet transform. The application, suitable for beginners to learn!
wavelift
- 9/7小波变换以及5/3小波变换,包含了一维变换以及二维变换(this are 9/7 wavelet and 5/3 wavelet)