Welcome![Sign In][Sign Up]
Location:
Search - bandelet transform

Search list

[Windows Develop666bandelets_toolbox

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:

[Special Effects用bandelet进行图像分割的matlab代码

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:

[Windows Develop666bandelets_toolbox

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:

[Waveletbandlet_toolbox

Description: matlab小波变换bandlet工具箱-matlab wavelet transform bandlet Toolbox
Platform: | Size: 898048 | Author: sammy | Hits:

[OtherBandelets

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:

[Graph programBan-denoising

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:

[Special EffectsBandelet

Description: Bandelet变换的图像处理工具箱,包括图像处理的源程序-Bandelet transform image processing toolbox, including image processing of the source
Platform: | Size: 716800 | Author: 任凭 | Hits:

[matlabbandelets_toolbox

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:

[Algorithmbandelet

Description: bandelet是一种超小波,本程序用matlab实现bandelet变换的整个过程-bandelet transform
Platform: | Size: 5120 | Author: Fan | Hits:

[matlabBandelet_ImageFusion_Toolbox

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:

[Special Effectsmulti-scale-bandele

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:

[Compress-Decompress algrithmstuxiangyasuo

Description: 图像压缩工具包,包括WT和Bandelet变换,压缩率可调。-Image compression tool kit, including WT and Bandelet transform compression ratio is adjustable.
Platform: | Size: 920576 | Author: 沈佳 | Hits:

[Graph programbandelet_yasuo

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:

[Graph programbandelet_

Description: 基于Bandelet变换的图像处理,很好的解决了小波变换所产生的振铃现象。-Bandelet transform based image processing, a good solution to the resulting wavelet transform ringing.
Platform: | Size: 1290240 | Author: 沈佳 | Hits:

[Graph Drawinghid

Description: 多尺度第二代小波中的bandelet的变换,需要全部程序上网站,-Of the second generation bandelet of wavelet multi-scale transform, all the procedures on site,
Platform: | Size: 678912 | Author: Caltin | Hits:

[Graph DrawingHGGHJ

Description: 多尺度第二代小波中的bandelet的变换,需要全部程序上网站,-Of the second generation bandelet of wavelet multi-scale transform, all the procedures on site,
Platform: | Size: 678912 | Author: csmplsbrne | Hits:

[OtherBandelet变换的图像融合工具箱

Description: 使用Bandelet变换进行图像融合,图像融合质量好,效率高。(Using Bandelet transform for image fusion, the image fusion quality is good, the efficiency is high.)
Platform: | Size: 1280000 | Author: 嘉丽sht | Hits:

CodeBus www.codebus.net