CurveLab-1.0

所属分类:波变换
开发工具:matlab
文件大小:747KB
下载次数:75
上传日期:2006-08-25 08:31:38
上 传 者沉默康桥
说明:  CurveLab 图象处理matlab工具箱,对信噪比较低情况下的边界处理有较好的处理效果
(CurveLab Image Processing Toolbox Matlab, right lower signal-to-noise ratio of the border is better treatment effect)

文件列表:
CurveLab-1.0\CurveLab-1.0\INSTALL (1070, 2004-12-06)
CurveLab-1.0\CurveLab-1.0\curvelab.pdf (77870, 2005-04-03)
CurveLab-1.0\CurveLab-1.0\curvelab.tex (6829, 2005-04-03)
CurveLab-1.0\CurveLab-1.0\makefile (387, 2005-03-29)
CurveLab-1.0\CurveLab-1.0\makefile.opt (655, 2005-04-10)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\image2.jpg (2579, 2006-03-11)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\denoise.m (1257, 2006-04-16)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\denoise.asv (1140, 2006-04-16)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\bridge.jpg (16053, 2006-04-16)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\Lena.jpg (32087, 2005-03-23)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\LenaCombined.jpg (97974, 2005-04-02)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\barbara512.jpg (44640, 2005-03-18)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\fdct_wrapping.m (15443, 2005-03-23)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\fdct_wrapping_demo_basic.m (1304, 2005-03-23)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\fdct_wrapping_demo_denoise.m (2839, 2005-03-29)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\fdct_wrapping_demo_denoise_enhanced.m (8452, 2005-03-29)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\fdct_wrapping_demo_disp.m (1521, 2005-03-23)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\fdct_wrapping_demo_recon.m (1338, 2005-03-23)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\fdct_wrapping_demo_wave.m (2063, 2005-03-29)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\fdct_wrapping_dispcoef.m (1919, 2005-03-23)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\fdct_wrapping_param.m (8647, 2005-03-23)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\fdct_wrapping_pos2idx.m (785, 2005-03-23)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\fdct_wrapping_window.m (751, 2005-03-23)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\ifdct_wrapping.m (16277, 2005-03-23)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab\SNR.m (248, 2001-11-18)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_matlab (0, 2006-04-03)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_cpp\src\fdct_wrapping.cpp (8752, 2005-05-25)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_cpp\src\fdct_wrapping.hpp (3497, 2005-04-15)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_cpp\src\fdct_wrapping_inc.hpp (778, 2005-04-15)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_cpp\src\fdct_wrapping_inline.hpp (5935, 2005-04-15)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_cpp\src\fdct_wrapping_mex.cpp (865, 2005-04-15)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_cpp\src\fdct_wrapping_param.cpp (4841, 2005-04-15)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_cpp\src\fdct_wrapping_param_mex.cpp (1113, 2005-04-15)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_cpp\src\ifdct_wrapping.cpp (9042, 2005-05-25)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_cpp\src\ifdct_wrapping_mex.cpp (873, 2005-04-15)
CurveLab-1.0\CurveLab-1.0\fdct_wrapping_cpp\src\makefile (1014, 2005-03-18)
... ...

CurveLab is a collection of Matlab and C++ programs to compute fast discrete curvelet transform in two dimensions. It includes the implementations of two algorithms: the transform using wrapping and the one using unequally-spaced fast fourier transform (USFFT). For the wrapping-based algorithm, the Matlab implementation is in fdct_wrapping_matlab/ directory. For a list of Matlab routines and demo files, please see the README file in that directory. The C++ implementation is in fdct_wrapping_cpp/ directory. It consists of two parts: (1) the source file of the implementation which is in subdir src/, and (2) the Matlab wrapper for the mex files generated from C++ code in subdir mex/ (the README file there gives a list of wrapper and demo files). The code for the USFFT-based algorithm has the same structure as the wrapping-based one. The Matlab implementation is in fdct_usfft_matlab/ directory, while the C++ implementation in fdct_usfft_cpp/ directory. Matlab implementations need no installation. For the C++ implementation the installation instructions are provided in file INSTALL. Contacts: curvelab@curvelet.org www.curvelet.org

近期下载者

相关文件


收藏者