Welcome![Sign In][Sign Up]
Location:
Search - curvelet usfft

Search list

[Other resourcefdct_usfft_cpp

Description: This directory includes matlab interface of the curvelet transform using usfft. Basic functions fdct_usfft.m -- forward curvelet transform afdct_usfft.m -- adjoint curvelet transform ifdct_usfft.m -- inverse curvelet transform fdct_usfft_param.m -- returns the location of each curvelet in phase-space Useful tools fdct_usfft_dispcoef.m -- returns a matrix contains all curvelet coefficients fdct_usfft_pos2idx.m -- for fixed scale and fixed direction, returns the curvelet which is closest to a certain point on the image Demos fdct_usfft_demo_basic.m -- display the shape of a curvelet fdct_usfft_demo_recon.m -- partial reconstruction using curvelet fdct_usfft_demo_disp.m -- display all the curvelet coefficients of an image fdct_usfft_demo_denoise.m -- image denoising using curvelet
Platform: | Size: 160954 | Author: daisy | Hits:

[matlabfdct_usfft_cpp

Description: This directory includes matlab interface of the curvelet transform using usfft. Basic functions fdct_usfft.m -- forward curvelet transform afdct_usfft.m -- adjoint curvelet transform ifdct_usfft.m -- inverse curvelet transform fdct_usfft_param.m -- returns the location of each curvelet in phase-space Useful tools fdct_usfft_dispcoef.m -- returns a matrix contains all curvelet coefficients fdct_usfft_pos2idx.m -- for fixed scale and fixed direction, returns the curvelet which is closest to a certain point on the image Demos fdct_usfft_demo_basic.m -- display the shape of a curvelet fdct_usfft_demo_recon.m -- partial reconstruction using curvelet fdct_usfft_demo_disp.m -- display all the curvelet coefficients of an image fdct_usfft_demo_denoise.m -- image denoising using curvelet-This directory includes matlab interface of the curvelet transform using usfft. Basic functions fdct_usfft.m-- forward curvelet transform afdct_usfft.m-- adjoint curvelet transform ifdct_usfft.m-- inverse curvelet transform fdct_usfft_param.m-- returns the location of each curvelet in phase-space Useful tools fdct_usfft_dispcoef.m-- returns a matrix contains all curvelet coefficients fdct_usfft_pos2idx.m-- for fixed scale and fixed direction, returns the curvelet which is closest to a certain point on the image Demos fdct_usfft_demo_basic.m-- display the shape of a curvelet fdct_usfft_demo_recon.m-- partial reconstruction using curvelet fdct_usfft_demo_disp.m-- display all the curvelet coefficients of an image fdct_usfft_demo_denoise.m-- image denoising using curvelet
Platform: | Size: 160768 | Author: daisy | Hits:

[matlabfdct_usfft_matlab

Description: curvelet的usfft算法,是curvelet最先采用的算法-curvelet the usfft algorithm is the first use of curvelet algorithm
Platform: | Size: 168960 | Author: 韩佳君 | Hits:

[Windows Developfdct_usfft_cpp

Description: curvelet的usfft算法,平台为C++,算法速度快-curvelet the usfft algorithm, platform C++, algorithm speed
Platform: | Size: 161792 | Author: 韩佳君 | Hits:

[WaveletCurveLab-2.1.2

Description: curvelet变换最新工具包,含有快速离散曲波变换的所有形式(包括基于usfft和wrapping和3dfdct)。功能强大,是学习曲波变换的好帮手。-curvelet transform the latest kit, containing the fast discrete curvelet transform all forms (including those based on usfft and wrapping and 3dfdct). Powerful learning curvelet transform is a good helper.
Platform: | Size: 835584 | Author: cc | Hits:

[Special EffectsUSFFTCurvelet

Description: 提出了一种结合USFFT Curvelet 变换的各向异性扩散图像去噪模型。它有机结合了Curvelet 变换和各向 异性扩散(P-M扩散)两者的优点。通过P-范数方法选择合适的梯度阈值K,P-M扩散过程通过处理经过Curvelet 变换得到的图像的不同尺度的Curvelet 系数矩阵,实现了建立在对图像多尺度分析的基础上的新P-M扩散模型。 实验表明,新模型的处理结果能有效避免传统P-M 扩散出现的阶梯效应,同时更好地保留图像的纹理和细节。 关键词:图像去噪算法;各向异性扩散;Curvelet 变换;P-M 扩散-Abstract: An image de-noising model by integrating anisotropic diffusion with USFFT Curvelet transform was proposed, which combined the strongpoint of Curvelet transform with anisotropic diffusion (P-M diffusion). By choosing appropriate gradient threshold K through p-norms and carrying out the P-M diffusion process depend on the different scale matrixes of Curvelet coefficient of the image from Curvelet transform iterations, as a result, the improved model made it possible to carry out the new P-M diffusion de-noising process based on multi-scale analysis of the image. The experiment results have demonstrated that the model can avert the stair-casing effect in the traditional P-M diffusion effectively and keep the textures and details of images better.
Platform: | Size: 768000 | Author: wangkun | Hits:

[matlabFastdiscretecurvelettransforms

Description: This paper describes two digital implementations of a new mathematical transform, namely, the second generation curvelet transform [12, 10] in two and three dimensions. The first digital transformation is based on unequally-spaced fast Fourier transforms (USFFT) while the second is based on the wrapping of specially selected Fourier samples. The two implementations essentially differ by the choice of spatial grid used to translate curvelets at each scale and angle. Both digitaltransformations return a table of digital curvelet coefficients indexed by a scale parameter, anorientation parameter, and a spatial location parameter. And both implementations are fast in the sense that they run in O(n2 log n) flops for n by n Cartesian arrays in addition, they are also invertible, with rapid inversion algorithms of about the same complexity.-This paper describes two digital implementations of a new mathematical transform, namely, the second generation curvelet transform [12, 10] in two and three dimensions. The first digital transformation is based on unequally-spaced fast Fourier transforms (USFFT) while the second is based on the wrapping of specially selected Fourier samples. The two implementations essentially differ by the choice of spatial grid used to translate curvelets at each scale and angle. Both digitaltransformations return a table of digital curvelet coefficients indexed by a scale parameter, anorientation parameter, and a spatial location parameter. And both implementations are fast in the sense that they run in O(n2 log n) flops for n by n Cartesian arrays in addition, they are also invertible, with rapid inversion algorithms of about the same complexity.
Platform: | Size: 1190912 | Author: wang | Hits:

[Special EffectsUSFFTCurvelet-denoising-

Description: 一种基于USFFT的curvelet变换,论文中对于图像去噪算法有详细的描述。-Based USFFT the curvelet transform, a detailed description of the paper for the image denoising algorithm.
Platform: | Size: 292864 | Author: 肖墨 | Hits:

[matlabCurveLab-2.1.2

Description: CurveLab is a collection of Matlab and C++ programs for the Fast Discrete Curvelet Transform in two and three dimensions. For the 2d curvelet transform, the software package includes two distinct implementations: the wrapping-based transform and the transform using unequally-spaced fast Fourier trans- form (USFFT). Both variants are based on the Curvelet transform as described in ‘New Tight Frames of Curvelets and Optimal Representations of Objects with Piecewise C2Sin- gularities’, Comm. Pure Appl. Math. 57 (2004) 219-266. The implementation is also discussed in detail in ‘Fast Discrete Curvelet Transforms’, Multiscale Model. Simul. 5 (2006), no. 3, 861-899. We advise users to become familiar with these references. The two implementations diff er by the choice of spatial grid used to translate curvelets at each scale and angle.-CurveLab is a collection of Matlab and C++ programs for the Fast Discrete Curvelet Transform in two and three dimensions. For the 2d curvelet transform, the software package includes two distinct implementations: the wrapping-based transform and the transform using unequally-spaced fast Fourier trans- form (USFFT). Both variants are based on the Curvelet transform as described in ' New Tight Frames of Curvelets and Optimal Representations of Objects with Piecewise C2Sin-gularities' , Comm. Pure Appl. Math. 57 (2004) 219-266. The implementation is also discussed in detail in ' Fast Discrete Curvelet Transforms' , Multiscale Model. Simul. 5 (2006), no. 3, 861-899. We advise users to become familiar with these references. The two implementations differ by the choice of spatial grid used to translate curvelets at each scale and angle.
Platform: | Size: 834560 | Author: jiang | Hits:

[matlabcurvelet-usfft

Description: 曲线波变换用于图像去噪可以很好的解决物体沿曲线边缘的特性,本算法基于USFFFT,可以更高效的进行去噪-Curvelet transform for image denoising can solve problems well along the curve edge features, the algorithm based on USFFFT, can be more efficient denoising
Platform: | Size: 48128 | Author: 王瑞 | Hits:

[MiddleWareCurveLab-2.1.1

Description: 曲波变换工具箱2.1.1版本,对二维和三维数据进行曲波变换(wrapping和usfft方式),在图像处理领域广泛利用-this package is a curvelet transform package, you can do the transform in wrapping or usfft for 2d or 3d image. it is widely used in image processing domain
Platform: | Size: 834560 | Author: pudukeng | Hits:

[Waveletfdct3d

Description: CurveLab is a collection of Matlab and C++ programs to compute fast discrete curvelet transform in two and three dimensions. The 2d software includes the implementations of two algorithms: the transform using wrapping and the one using unequally-spaced fast fourier transform (USFFT). The 3d software includes the in-core, out-core and MPI-based parallel implementation of the 3d algorithm. To install the package, see curvelab.pdf. Contacts: curvelab@curvelet.org www.curvelet.org
Platform: | Size: 81920 | Author: henry | Hits:

CodeBus www.codebus.net