A Method for Image Sparse Coding
An approach to image sparse coding applicable for sparse representation-based image compression, denoising, and related tasks
Explore MATLAB source code curated for "去噪" with clean implementations, documentation, and examples.
An approach to image sparse coding applicable for sparse representation-based image compression, denoising, and related tasks
This article compares multiple wavelet threshold function denoising programs and their performance results, including algorithm principles, implementation details, and code examples.
MATLAB code for Stationary Wavelet Transform including denoising applications and signal processing implementations
Integrating wavelet transform and anisotropic diffusion for effective denoising of ultrasound images with superior performance, implemented through multi-scale decomposition and edge-preserving diffusion algorithms
Weighted median filtering algorithm specialized for ultrasound imaging, effectively removing noise while preserving image details, including implementation of signal-to-noise ratio calculation for quality assessment.
Wavelet Transform applications in image processing include: image format conversion between different types, 2D wavelet denoising, 2D wavelet image compression, wavelet analysis for noisy image denoising, 2D wavelet smoothing using median filtering, wavelet-based image enhancement, and wavelet analysis for image fusion of two distinct images. Implementation typically involves MATLAB's Wavelet Toolbox functions like wavedec2 for decomposition and waverec2 for reconstruction.
Enhanced wavelet thresholding techniques with improvements to hard and soft thresholding methods, primarily applied for speech signal enhancement and noise reduction. This implementation includes code descriptions for threshold optimization algorithms and practical signal processing applications.
Implementation of adaptive interference cancellation technique for Additive White Gaussian Noise removal, featuring two correlated noise generation methods - one with single random noise source and another with dual random noise sources. The program calculates signal-to-noise ratio improvement and mean square error gain after denoising, demonstrating algorithm performance through quantitative metrics.
Two implementations of total variation image processing: denoising and restoration approaches with algorithmic details
A MATLAB program for speech denoising using wavelet transform techniques, implementing multi-level decomposition and threshold-based noise removal