Curvelet

所属分类:matlab编程
开发工具:matlab
文件大小:75KB
下载次数:6
上传日期:2017-07-29 17:28:48
上 传 者maso0m
说明:  curvelet fuse , fusion approach

文件列表:
Curvelet\adb.m (666, 2014-09-01)
Curvelet\curvelet_fuse.m (1329, 2017-01-31)
Curvelet\curvelet_sr_fuse.m (1573, 2014-09-01)
Curvelet\dctVarFusion.m (0, 2017-01-31)
Curvelet\dec.m (334, 2014-09-01)
Curvelet\dec2.m (191, 2014-09-01)
Curvelet\dtcwt_fuse.m (1542, 2014-09-01)
Curvelet\dtcwt_sr_fuse.m (1768, 2014-09-01)
Curvelet\dwt_fuse.m (1824, 2014-09-01)
Curvelet\dwt_sr_fuse.m (2037, 2014-09-01)
Curvelet\edge_association.m (1356, 2009-06-26)
Curvelet\entropy_fusion.m (813, 2009-06-26)
Curvelet\es.m (906, 2014-09-01)
Curvelet\es2.m (493, 2014-09-01)
Curvelet\Evaluation.m (536, 2009-06-26)
Curvelet\fdct_wrapping.m (15443, 2014-09-01)
Curvelet\fdct_wrapping_demo_basic.m (1313, 2014-09-01)
Curvelet\fdct_wrapping_demo_denoise.m (2839, 2014-09-01)
Curvelet\fdct_wrapping_demo_denoise_enhanced.m (8452, 2014-09-01)
Curvelet\fdct_wrapping_demo_disp.m (1521, 2014-09-01)
Curvelet\fdct_wrapping_demo_recon.m (1338, 2014-09-01)
Curvelet\fdct_wrapping_demo_wave.m (2063, 2014-09-01)
Curvelet\fdct_wrapping_dispcoef.m (1919, 2014-09-01)
Curvelet\fdct_wrapping_param.m (8647, 2014-09-01)
Curvelet\fdct_wrapping_pos2idx.m (785, 2014-09-01)
Curvelet\fdct_wrapping_window.m (751, 2014-09-01)
Curvelet\fmi.m (19372, 2016-11-06)
Curvelet\fused.jpg (36691, 2016-11-28)
Curvelet\Hab.m (996, 2007-08-21)
Curvelet\ifdct_wrapping.m (16277, 2014-09-01)
Curvelet\lp_fuse.m (2092, 2014-09-01)
Curvelet\lp_sr_fuse.m (2407, 2014-09-01)
Curvelet\MST_main.m (1618, 2017-01-31)
Curvelet\MST_SR_main.m (1430, 2015-01-31)
Curvelet\mutural_information.m (973, 2009-06-26)
Curvelet\nsct_fuse.m (1522, 2014-09-01)
Curvelet\nsct_sr_fuse.m (1966, 2014-09-01)
Curvelet\pdfb2vec.m (1254, 2014-09-01)
Curvelet\rerange.m (278, 2016-11-06)
... ...

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% This package contains the code which is associated with the following paper: Yu Liu, Shuping Liu and Zengfu Wang, "A General Framework for Image Fusion Based on Multi-scale Transform and Sparse Representation", Information Fusion, vol. 24, no. 1, pp. 147-1***, 2015. version_1.1: Some "mexw***" files were added into the NSCT and KSVD toolboxes, and the code is effecitve for ***bit-MATLAB now! Edited by Yu Liu, 31-01-2015. Usage of this code is free for research purposes only. Please refer to the above publication if you use this code. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Please notice that the package not only provides the implementation of the fusion methods described in the above paper, but also contains all the compared methods employed in the paper. Specifically, six multi-scale transform (MST)-based methods, the sparse representation (SR)-based method, and six MST-SR-based methods are involved in the package. The related MATLAB functions are listed as follows: lp_fuse.m: Laplacian pyramid (LP) rp_fuse.m: Ratio of low-pass pyramid (RP) dwt_fuse.m: Discrete wavelet transform (DWT) dtcwt_fuse.m: Dual-tree complex wavelet transform (DTCWT) cvt_fuse.m: Curvelet transform(CVT) nsct_fuse.m: Nonsubsampled contourlet transform (NSCT) sparse_fusion.m: Sparse representation (SR) (under the °sparsefusion± folder) lp_sr_fuse.m: LP-SR rp_sr_fused.m: RP-SR dwt_sr_fuse.m: DWT-SR dtcwt_sr_fuse.m: DTCWT-SR cvt_fuse.m: CVT-SR nsct_fuse.m: NSCT-SR To run the code, please use the following three files: MST_main.m SR_main.m MST_SR_main.m Therefore, the package is actually a new image fusion toolbox which contains many popular transform domain based fusion methods. It should be noted that many useful functions (or modified versions) contained in the widely used image fusion toolbox (provided by Dr. O. Rockinger, website: http://www.metapix.de/toolbox.htm) are employed in our toolbox, such as: adb.m, dec.m, dec2.m, es.m, es2.m, selb.m, selc.m, undec.m, undec2.m, lp_fuse.m, rp_fuse.m In addition, Professor Shutao Li from Hunan university also helps us a lot, the implementations of DTCWT, CVT and NSCT methods in this toolbox are provided by his research group. The related code is used in their following paper: S. Li, B. Yang and J. Hu, °Performance comparison of different multi-resolution transforms for image fusion±, Information Fusion, 2011. Moreover, several toolboxes about DTCWT, CVT and NSCT are required, and they have been contained in the package. These toolboxes can be downloaded from MATLAB CENTRAL. The ksvd toolbox in the °sparsefusion± folder is downloaded from Dr. R. Rubinsteins homepage: http://www.cs.technion.ac.il/~ronrubin/software.html. The function sparse_fusion.m is implemented by us based on the following paper: B. Yang and S. Li, °Multifocus image fusion and restoration with sparse representation±, IEEE Transactions on Instrumentation and Measurement, 2010. We would like to thank Dr. Rockinger, Professor Li, and all the developers of the related MST and SR toolboxes for their contribution to our MST-SR image fusion toolbox. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Dont hesitate to contact me if you meet any problems when using this toolbox. Author: Yu Liu Email: liuyu1@mail.ustc.edu.cn; lyuxxz@163.com Homepage: http://home.ustc.edu.cn/~liuyu1

近期下载者

相关文件


收藏者