当前位置:
首页
资源下载

搜索资源 - bandelet transform
搜索资源列表
-
1下载:
多尺度第二代小波中的bandelet的变换。需要全部程序上网站。 http://lcd.siva.free.fr/where_is_the_starlet.html 里面有关于小波变换、Bandelet、Curvelet、等等,所有关于“let\"的都有了。而且给出了所有有关信息的链接,可节省相当的检索资料的时间。 -Multiscale second generation wavelet transform of the bandelet. Need all the procedures on
-
-
2下载:
A Matlab Tour of Second Generation Bandelets
附有每部分代码的说明
function x = perform haar transform(x, dir);
x = x(:); % to be sure we have a column vector
J = floor( log2(length(x)) ); % number of scales
if dir==1 % forward transform
for j=1:J
c = x(
-
-
0下载:
bandelet是一种超小波,本程序用matlab实现bandelet变换的整个过程-bandelet transform
-
-
3下载:
本代码是基于Bandelet的硬阈值SAR图像去噪,结果与小波变换进行对比,结果表示其在峰值信噪比,边缘保持系数上均有一定的提高。压缩包中有程序和SAR图像。-This code is based on Bandelet SAR image denoising with a hard threshold .the results were compared with the wavelet transform, and the results indicated that in the peak
-
-
0下载:
Bandelet变换的图像处理工具箱,包括图像处理的源程序-Bandelet transform image processing toolbox, including image processing of the source
-
-
0下载:
This code is only intended to explain the basics behind the bandelet transform, and to be able to play with the
major concepts and properties of these orthogonal basis. It
does not contain any coding scheme, nor a fast implementation-This code is
-
-
0下载:
Matlab Image Fusion Toolbox for image fusion algorithm based on bandelet transform.
This toolbox contains Matlab files that implement the image fusion algorithms described in paper
Xiaobo Qu, Jingwen Yan, Guofu Xie, et al. A Novel Image Fus
-
-
0下载:
多尺度第二代小波中的bandelet的变换。需要全部程序上网站bandelets_toolbox-In the second generation wavelet multi-scale bandelet transform. Need all bandelets_toolbox program on site
-
-
0下载:
图像压缩工具包,包括WT和Bandelet变换,压缩率可调。-Image compression tool kit, including WT and Bandelet transform compression ratio is adjustable.
-
-
0下载:
基于Bandelet变换的图像压缩,包括基于SPIHT、霍夫曼等压缩编码解码,比较无损有损压缩。-Bandelet transform based image compression, including those based on SPIHT, Huffman compression codecs such as compare lossless lossy compression.
-
-
0下载:
基于Bandelet变换的图像处理,很好的解决了小波变换所产生的振铃现象。-Bandelet transform based image processing, a good solution to the resulting wavelet transform ringing.
-
-
0下载:
多尺度第二代小波中的bandelet的变换,需要全部程序上网站,-Of the second generation bandelet of wavelet multi-scale transform, all the procedures on site,
-
-
0下载:
多尺度第二代小波中的bandelet的变换,需要全部程序上网站,-Of the second generation bandelet of wavelet multi-scale transform, all the procedures on site,
-
-
0下载:
使用Bandelet变换进行图像融合,图像融合质量好,效率高。(Using Bandelet transform for image fusion, the image fusion quality is good, the efficiency is high.)
-