彩色图像进行了curvelet变换从而实现图像去噪的效果我要分享

The color image is transformed by curvelet transform to achieve the effect of image denoising

curvelet-变换 图像去噪 Curvelet变换 彩色图像去噪

关注次数: 276

下载次数: 1

文件大小: 11KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

Curvelet变换是由一种特殊的滤波过程和多尺度脊波变换组合而成:本程序对彩色图像进行了curvelet变换从而实现图像去噪的效果。首先对图像进行子带分解;然后对不同尺度的子带图像采用不同大小的分块;最后对每个分块进行Ridgelet分析。


English Description:

Curvelet transform is a combination of a special filtering process and multi-scale ridgelet transform: This program performs curvelet transform on color image to achieve the effect of image denoising. Firstly, the image is decomposed into subbands; secondly, the subband images of different scales are divided into blocks of different sizes; finally, ridgelet analysis is performed on each block.


代码预览

Image Inpainting

Image Inpainting\Curvelet_inpainting_primal_dual.m

Image Inpainting\TV_inpainting_primal_dual.m

Image Inpainting\fdct_wrapping.m

Image Inpainting\fdct_wrapping_window.m

Image Inpainting\ifdct_wrapping.m

Image Inpainting\make_nabla.m

Image Inpainting\pca.m

Image Inpainting\rgb_Curvelet_inpainting_primal_dual.m

Image Inpainting\rgb_TV_inpainting_primal_dual.m

Image Inpainting\test_inpainting.m