Description: 多尺度第二代小波中的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 the web site. Http : / / lcd.siva.free.fr / where_is_the_starlet. html inside on the wavelet transform, Bandelet, Curvelet, etc., all on the "let" can have everything. But given all relevant information links can save considerable time retrieval of information. Platform: |
Size: 714026 |
Author:刘二 |
Hits:
Description: 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(1:2?j-1):end); % previous coarse signal
x(1:2苆:end) = ... % new coarse signal
( c(1:2:end) + c(2:2:end) )/sqrt(2);
x(1+2?j-1):2苆:end) = ... % new details
(c(1:2:end)-c(2:2:end))/sqrt(2);
end
else % backward transform
for j=J:-1:1
y = x(1:2?j-1):end);
x(1:2苆:end) = ...
( y(1:2:end) + y(2:2:end) )/sqrt(2);
x(1+2?j-1):2苆:end) = ...
( y(1:2:end) - y(2:2:end) )/sqrt(2);
end
end
Listing 1: Function perform haar transform
Platform: |
Size: 1072152 |
Author:wuda5566@sina.com |
Hits:
Description: 多尺度第二代小波中的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 the web site. Http :// lcd.siva.free.fr/where_is_the_starlet. html inside on the wavelet transform, Bandelet, Curvelet, etc., all on the "let" can have everything. But given all relevant information links can save considerable time retrieval of information. Platform: |
Size: 713728 |
Author:刘二 |
Hits:
Description: 由于第二代Bandelets变换是由量化步长来控制最佳Bandelet化过程,难以实现定码率图像压缩。为了解决这个问题,提
出了一种通过非线性逼近来控制最佳Bandelet化过程的方法。同时采用了沿几何流的方向小渡变换方法,直接把JPEG2000的编
解码器应用到Bandelets变换系数上进行有效的图像压缩,而无需重新构造上下文模型。实验表明,提出的压缩方法具有很好的边
缘和纹理保护能力,特别对于直线纹理图像,压缩性能优于JPEG2000标准。-Abstract:Image compression based on the second generadon Bandelets transform,whose optimized bandeletization is controlled
by quantization step,cannot realize fixed bitrate image compression.To overconae this problem。the paper presents a non-linear
approximation method to control the optimized bandeletization.Then,the oriented wavelet transform along geometric flow is adopted.
The JPEG2000 codec is direcdy employed on bandelets coefficients to implement effective image compression without changing
context model.Experiments show that the proposed compression method exceeds JPEG2000 standard in compression performance
and abil畸of image edges and texture preservation. Platform: |
Size: 319488 |
Author:lx |
Hits:
Description: 本代码是基于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 signal to noise ratio(PSNR)and edge-preserving index(EPI), there is a certain on the increase. There are procedures and SAR images in this compression package. Platform: |
Size: 270336 |
Author:周宇 |
Hits:
Description: 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 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 Platform: |
Size: 703488 |
Author:wujz |
Hits:
Description: 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 Fusion Algorithm Based on Bandelet Transform. Chinese Optics Letters,Vol.5,No.10,pp:569-572, 2007-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 Fusion Algorithm Based on Bandelet Transform. Chinese Optics Letters,Vol.5,No.10,pp:569-572, 2007
Platform: |
Size: 1280000 |
Author:vahid |
Hits:
Description: 多尺度第二代小波中的bandelet的变换。需要全部程序上网站bandelets_toolbox-In the second generation wavelet multi-scale bandelet transform. Need all bandelets_toolbox program on site
Platform: |
Size: 713728 |
Author:方方 |
Hits:
Description: 基于Bandelet变换的图像压缩,包括基于SPIHT、霍夫曼等压缩编码解码,比较无损有损压缩。-Bandelet transform based image compression, including those based on SPIHT, Huffman compression codecs such as compare lossless lossy compression. Platform: |
Size: 1291264 |
Author:沈佳 |
Hits:
Description: 基于Bandelet变换的图像处理,很好的解决了小波变换所产生的振铃现象。-Bandelet transform based image processing, a good solution to the resulting wavelet transform ringing. Platform: |
Size: 1290240 |
Author:沈佳 |
Hits:
Description: 多尺度第二代小波中的bandelet的变换,需要全部程序上网站,-Of the second generation bandelet of wavelet multi-scale transform, all the procedures on site, Platform: |
Size: 678912 |
Author:Caltin |
Hits:
Description: 多尺度第二代小波中的bandelet的变换,需要全部程序上网站,-Of the second generation bandelet of wavelet multi-scale transform, all the procedures on site, Platform: |
Size: 678912 |
Author:csmplsbrne |
Hits:
Description: 使用Bandelet变换进行图像融合,图像融合质量好,效率高。(Using Bandelet transform for image fusion, the image fusion quality is good, the efficiency is high.) Platform: |
Size: 1280000 |
Author:嘉丽sht
|
Hits: