Welcome![Sign In][Sign Up]
Location:
Search - denoising

Search list

[Special Effects3

Description: 图像去噪,梯度倒数加权滤波代码噪matlab中实现-Image denoising, countdown weighted gradient noise filtering matlab code to achieve
Platform: | Size: 1289216 | Author: plx | Hits:

[Special Effects5

Description: 图像去噪,自适应门限中值滤波器代码,实现在matlab开发环境-Image denoising, adaptive thresholding median filter code, realize development environment in matlab
Platform: | Size: 142336 | Author: plx | Hits:

[Special Effectsbayesthresholding

Description: 基于小波的去噪算法,采用BAYES原理选取阈值,源代码,参考文献:Adaptive Wavelet Thresholding for Image Denoising and Compression-Wavelet-based denoising algorithm using the principle to select threshold BAYES, source code references: Adaptive Wavelet Thresholding for Image Denoisingand Compression
Platform: | Size: 1891328 | Author: baolij | Hits:

[matlabyuying

Description: 利用MATLAB实现语音去噪,主要是基于小波去噪-Speech Denoising realize the use of MATLAB, is based mainly on the wavelet denoising
Platform: | Size: 1024 | Author: wjy | Hits:

[Audio programnoisecomp

Description: 图像去噪: Code for denoising images. This code differs from standard wavelet denoising techniques in that it uses non-orthogonal wavelets, and unlike existing techniques, ensures that phase information is preserved in the image. Phase information is of crucial importance to human visual perception. Also, this code does have an effective way of determining threshold levels automatically.-Image Denoising: Code for denoising images. This code differs from standard wavelet denoising techniques in that it uses non-orthogonal wavelets, and unlike existing techniques, ensures that phase information is preserved in the image. Phase information is of crucial importance to human visual perception. Also, this code does have an effective way of determining threshold levels automatically.
Platform: | Size: 3072 | Author: asdasdasd | Hits:

[Special Effectsimage_denoise

Description: 应用二维小波变换对图像进行去噪。程序image_denoise1.m应用sym5小波对图像进行2层分解,直接用各层的逼近信号表示去噪后的信号。程序image_denoise2.m利用不同的阈值对含噪信号进行去噪,相当于进行两次高频噪声的消除,并且阈值不同。-Application of two-dimensional wavelet transform for image denoising. Application procedures image_denoise1.m image sym5 wavelet decomposition layer 2, the direct use of all floors of the signals that the approximation of the signal after denoising. Image_denoise2.m procedures using different thresholds for denoising noisy signals, which is equivalent to twice the elimination of high-frequency noise, and different thresholds.
Platform: | Size: 1024 | Author: 李冰 | Hits:

[Special EffectsImagedenoising

Description: noisecomp.m Code for denoising images. This code differs from standard wavelet denoising techniques in that it uses non-orthogonal wavelets, and unlike existing techniques, ensures that phase information is preserved in the image. Phase information is of crucial importance to human visual perception. Also, this code does have an effective way of determining threshold levels automatically.
Platform: | Size: 3072 | Author: wugang | Hits:

[Waveletdenoising

Description: 通过小波变换选取阈值,降噪处理,证明软阈值处理的效果比硬阈值好-Through the wavelet transform to select the threshold, noise reduction processing, soft-threshold to prove the effectiveness of dealing with the hard threshold than good
Platform: | Size: 1024 | Author: lj | Hits:

[Special Effectsimage_domoising

Description: 这是一种基于像素分类思想的图像自适应混合去噪算法,不同的情况用不同的滤波算法,很好的保护了图像的边缘-This is a pixel-based image classification thinking mixed adaptive denoising algorithm, different situations in different filtering algorithms to protect the good image edge
Platform: | Size: 1367040 | Author: wangzhen | Hits:

[Special EffectsG_s_tran

Description: 用matlab实现的基于广义S变换的图像去噪分型处理方法,简单易读-Using matlab realize the generalized S transform-based image denoising typing treatment methods, a simple easy-to-read
Platform: | Size: 1740800 | Author: zyl163 | Hits:

[Special EffectsTotal-variation-image-deconvolution(dhxu757)

Description: 一套使用全变分方法进行图像去噪处理的图像源代码(MATLAB),算法结果性能优良,适用范围广泛.-Use a variational method for image denoising images deal with the source code (MATLAB), the results of algorithm performance, the broad scope of application.
Platform: | Size: 76800 | Author: dhxu757 | Hits:

[Special EffectsDiffusion

Description: 扩散方程的MATLAB代码:可用于图像平滑、去噪、滤波及图像的边缘处理等-Diffusion equation of the MATLAB code: can be used for image smoothing, denoising, image filtering and edge treatment, such as
Platform: | Size: 145408 | Author: 明明 | Hits:

[Special Effectsanisodiff3D

Description: 运用Perona-Malik各向异性扩散模型对3d图像进行平滑去噪。此方法可以有效的抑制高斯噪声,并保护图像的边缘特征。-The use of Perona-Malik anisotropic diffusion model for smooth 3d image denoising. This method can effectively suppress Gaussian noise and to protect the image of the edge feature.
Platform: | Size: 3072 | Author: wzq | Hits:

[Waveletwavelet_denoise

Description: 多种方法(软硬阈值、自适应阈值等)进行小波去噪的matlab程序-A variety of methods (hard and soft threshold, adaptive threshold, etc.) of the matlab wavelet denoising procedures
Platform: | Size: 640000 | Author: xie | 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:

[Special Effectsmedfilt3

Description: 一维二维三维信号MATLAB中值去噪滤波源代码1D, 2D or 3D median filtering-One-dimensional two-dimensional three-dimensional signal denoising filter in MATLAB source code for 1D, 2D or 3D median filtering
Platform: | Size: 3072 | Author: 余永松 | Hits:

[Special Effectsbayesthresholding

Description: 基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法源代码IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS -Based on Bayesian (BAYES) Wavelet thresholding (WAVELET) image denoising algorithm source code IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS
Platform: | Size: 1891328 | Author: 余永松 | Hits:

[Special Effectsmosaic

Description: 基于贝叶斯(BAYES)阈值的小波(WAVELET)图像去噪算法源代码IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS -Based on Bayesian (BAYES) Wavelet thresholding (WAVELET) image denoising algorithm source code IMAGE DENOISING USING BAYES THRESHOLDING OF WAVELET COEFFICIENTS
Platform: | Size: 24576 | Author: 余永松 | Hits:

[matlabLABEX8

Description: 提供了集中语音去噪的matlab代码,并提供了相应的声音文件-Provides a centralized voice denoising matlab code, and provide the corresponding sound files
Platform: | Size: 854016 | Author: tanghuang | Hits:

[matlabwavelet_speechenhancing

Description: 说明小波消噪的理论,阈值估算和提取,给出在MATLAB下阈值估算和消噪的函数,并在语音信号处理中增强语音。-Explain the theory of wavelet denoising, threshold estimation and extraction, are given in the MATLAB under the threshold estimation and de-noising function, and speech signal processing to enhance voice.
Platform: | Size: 69632 | Author: 宋知用 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net