搜索资源列表
homework.m
- 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of ima
edege_detection
- 基于小波变换模极大的多尺度图像边缘检测matlab源代码,该算法采用的是样条小波,为了更好的检测边缘,用多孔算法代替了mallat算法。该算法和mallat快速算法主要区别: 1 多孔算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。2 多孔算法需要对滤波器进行伸缩。-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code, The algori
axc
- 基于小波变换的图像压缩方法的源代码,内容主要是小波分解,重构-based on wavelet image compression method source code, which is decomposed and Reconstruction
fft_source
- 内部包含FFT,小波变换,以及各种常用的滤波算法和图像处理算法的C源代码。-internal contains FFT, wavelet transform, and various commonly used filter and image processing algorithm in C source code.
contourletHMT
- matlab官方网站中的用于图像融合技术的contourlet变换源代码,基于contourlet变换的图像融合技术明显优于基于小波变换的图像融合技术
基于小波变换的多尺度图像边缘检测
- 基于小波变换的多尺度图像边缘检测matlab源代码
2008100
- matlab的小波变换源代码 可以用来做图像分析
VCxiaobobianh
- 基于VC的小波变换源代码 用于图像降噪-VCxiaobojz
2-dwt
- 利用matlab实现二维离散小波变换的源代码,并比较不同小波下的图像数据统计参数,同时比较小波变换后不同边缘延拓方法下的能量分布特点-Matlab to achieve the two-dimensional discrete wavelet transform source code, and compare different wavelet image data statistical parameters Compare wavelet transform edge extension
spiht_ac_psnr
- vc++实现的小波变换图像压缩源代码,很有用!-vc++ implementation of wavelet transform image compression source code, very useful!
grouplet
- 有关grouplet小波变换的一些源代码,主要用于图形图像处理-Some of the grouplet wavelet transform source code, mainly for graphics and image processing
waveletimageenhancement
- 基于二进小波变换的图像增强matlab源代码,通过编译-Dyadic wavelet transform based image enhancement matlab source code, compile
Image_denoising
- 基于小波变换的图像去噪的matlab程序的源代码。-Image denoising based on wavelet transform of the matlab source code.
Image-denoising-based-on-wavelet
- 基于小波变换的图像降噪处理及实现程序的源代码-Image denoising based on wavelet transform processing and realization of the program source code
Haar-wavelet-image--processing
- 用matlab编写的基于Haar小波变换的图像增强处理,同时可实现小波正变换,小波逆变换,实现小波分解与重构源代码。-Written by matlab Haar wavelet-based image enhancement processing, and can achieve positive wavelet transform, inverse wavelet transform, wavelet decomposition and reconstruction to achieve t
wave_reduceNoise
- 一个简单的小波变换的图像去噪的matlab程序的源代码-Wavelet transform image denoising Matlab program s source code
xiaobobianhuatuxiangjiance
- 基于小波变换的多尺度图像边缘检测matlab源代码-Multiscale image edge detection based on wavelet transform matlab source code
xiaobotuxiangronghe
- 基础应用基于二进小波变换的图像增强matlab源代码-Basic application based on two wavelet transform image enhancement of Matlab source code
image_XB_3
- 小波变换的Matlab程序源代码,除了小波图像压缩算法外,还包括图像重构函数。-Wavelet Transform Matlab program source code, apart from wavelet image compression algorithm, also includes the functions of image reconstruction.
小波变换对图像滤波
- 文档包含对图像进行滤波的常用方法如小波变换、中值滤波等方法的源代码。以及对该滤波方法进行阐述的报告。对学数字图像处理的同学们有帮助。