搜索资源列表
edege_detection
- 基于小波变换模极大的多尺度图像边缘检测matlab源代码,该算法采用的是样条小波,为了更好的检测边缘,用多孔算法代替了mallat算法。该算法和mallat快速算法主要区别: 1 多孔算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。2 多孔算法需要对滤波器进行伸缩。-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code, The algori
matlab-image-processing
- 《MATLAB 6.5辅助图像处理》 本书是基于MATLAB 6.5的图像处理工具箱v3.2 (Image Processing Toolbox)编写的,较全面系统地介绍了图像处理工具箱v3.2函数在有噪和退化图像的恢复、图形绘制、图像几何变换、图像增强、二值分析、小波分析和分形几何用于图像处理,以及图形用户界面设计等方面的工程实际应用。全书侧重于图像处理工具箱在工程中的具体应用,通过具体的分析和详细的实例,读者不仅可以对MATLAB图像处理工具箱函数的强大功能有一个深刻了解,更能学会正确
contourletHMT
- matlab官方网站中的用于图像融合技术的contourlet变换源代码,基于contourlet变换的图像融合技术明显优于基于小波变换的图像融合技术
基于小波变换的多尺度图像边缘检测
- 基于小波变换的多尺度图像边缘检测matlab源代码
2008100
- matlab的小波变换源代码 可以用来做图像分析
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
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.
555
- 基于小波变换的多尺度图像边缘检测matlab源代码,有可能需要先转换图片,不过已在文档中有说明-Wavelet-based multiscale edge detection matlab source code, there may need to be converted to images, but is described in the documentation
chengxu
- 基于小波变换的多尺度图像边缘检测matlab源代码,实现图像的边缘检测功能和技术-Detection matlab source code multi-scale image edge based on wavelet transform, image edge detection features and technologies
Compressor
- 基于小波变换的matlab数字图像压缩源代码-Matlab digital image compression source code based on Wavelet Transform
小波变换对图像滤波
- 文档包含对图像进行滤波的常用方法如小波变换、中值滤波等方法的源代码。以及对该滤波方法进行阐述的报告。对学数字图像处理的同学们有帮助。