图像分解 Resources

Showing items tagged with "图像分解"

BEMD decomposes images using Delaunay triangulation and cubic interpolation for envelope construction to obtain decomposition results. This implementation processes grayscale BMP images as input and outputs imf1, imf2, imf3 components along with residual data, providing multi-scale frequency analysis through envelope fitting and sifting algorithms.

MATLAB 289 views Tagged

This program implements image decomposition and reconstruction using Haar wavelet transform, providing executable source code that has been debugged and is suitable for learning purposes. The implementation demonstrates multi-level wavelet decomposition and reconstruction algorithms with efficient matrix operations.

MATLAB 268 views Tagged

This MATLAB source code implements image decomposition and synthesis using wavelet transform techniques. The implementation demonstrates multi-level wavelet decomposition and reconstruction algorithms for image processing applications. Complete documentation and test results are available on my personal homepage with verified data accuracy. I'm currently researching speech compression algorithms (particularly MELP) and would appreciate access to relevant source code for reference purposes.

MATLAB 273 views Tagged