搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
WAVEDEC
- 这是一系列的小波的程序,很有用的,包括小波,小波树,小波反变换等等,这是我的毕业设计的东西-This is a series of wavelet procedures, very useful, including wavelet, wavelet tree, wavelet transform, and so on. This is my graduation design things
20070815
- 提出了一种基于小波域的图像数字水印算法·该算法将相互正交的两种水印(鲁棒水印和参考 水印)同时添加到经过DWT后的载体图像小波系数中,然后用小波反变换得到添加了水印的图像·用提取出 的参考水印来估计图像所受到的攻击,由于提取出的鲁棒水印所受的攻击与参考水印受到的攻击一样,因此 可以估计出原始的鲁棒水印·通过对嵌入水印的图像进行加入噪声、滤波、压缩以及裁剪等大量图像处理等试 验,均能正确检测出水印,表明该算法具有很好的感知效果和鲁棒性
xiaobobianhuan
- 详细介绍小波变换的定义、特点及性质、小波反变换及小波容许条件等基础理论知识
Image_Processing
- 数字图像获取, 处理及实践应用源代码——很多有用的图像处理的源代码:图像显示(原图、抖动),图像增强(灰度变换、直方图均衡、多种滤波器、伪彩色增强等),图像复原(运动模糊、逆滤波等等),图像变换(傅立叶变换、快速傅立叶变换、离散余弦变换、沃尔什变换、霍特林变换、小波变换、小波反变换),图像编码(霍夫曼编码、香浓-费诺编码、算术编码、位平面编码等),图像识别。
WaveletTransform
- 图像小波变换的vc++代码,包括小波反变换
Wave
- 图像小波变换的vc++代码,包括小波反变换,非常不错
水印算法
- 在对原图像进行双正交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
提升小波db2去噪
- 程序用提升法实现第二代小波变换,采用时域实现,步骤先列后行%% 正变换:*,预测,更新;%% 反变换:更新,预测,合并 ),the procedure used to upgrade method is the second generation wavelet transform%% I use a non-integer-order wavelet transform%% using time domain achieved, steps out first go backward tra
小波变换C源码
- 一个有关小波变换的C语言源码,已编译通过,可以反变换等。
多尺度边缘检测实例
- 一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像,A multi-scale edge detection example, the method is: 1, first image of the three-scale wavelet transform 2, and the modulus value of wavelet coefficient and
Multi_Wavelet.rar
- 多小波代码,有CL,GHM,Sa4,Opt-rec四种多小波的变换与反变化,前处理和后处理的代码。,Multiwavelet code, there are CL, GHM, Sa4, Opt-rec four Multiwavelet Transform and anti-change, pre-treatment and post-processing code.
tuxiangbianh
- 离散小波变换与离散小波反变换 快速小波变换(Mallat小波分解算法):对一幅图像做2级小波分解(离散小波变换)与合成(离散小波反变换)-Discrete wavelet transform and discrete wavelet inverse transform fast wavelet transform (Mallat wavelet decomposition): For an image to do 2 wavelet transform (DWT) and synthesis (
Untitled
- 自己编写离散小波变换与离散小波反变换程序对一幅图像做2级小波分解(离散小波变换)与合成(离散小波反变换)-Write your own discrete wavelet transform and discrete wavelet inverse transform procedure on an image to do two wavelet transform (DWT) and synthesis (discrete wavelet inverse transform)
73462678imagesegmentationVC++
- 图像编码 小波变换 小波反变换 图像分割 Canny算子 边缘检查等功能-Wavelet Transform Image Coding Wavelet Transform Image Segmentation Canny edge operator to check the functions of
waveletlegall53
- Le Gall 5/3 小波变换及其反变换,可用于JPEG2000无损压缩中-Le Gall 5/3 wavelet transform and its inverse transform,which can be used for lossless compression in JPEG2000
floatiwt
- 97浮点小波反变换,反变换时坐标的对准是关键-97 floating-point wavelet inverse transform, inverse transform the coordinates at the time is the key
xiaoboquzao
- 小波去噪matlab程序,在噪声环境下语音信号的增强,语音信号为读入的声音文件,噪声为正态随机噪声,在小波基 db3 下进行一维离散小波反变换.-Matlab wavelet denoising procedure, noise enhancement of speech signals, speech signal is read into the sound file, the noise is normal random noise, the wavelet ' db3' u
WaveletTransform
- 实现了小波变换哈尔小波变换小波反变换小波去噪等-Implementation of wavelet transform wavelet transform Haar wavelet transform wavelet denoising
Vc6_Image
- VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术