Image Processing

Total 5310 resources

This experiment implements image scaling using bilinear interpolation technology. The method calculates output pixel values as weighted averages from 2×2 neighborhood sampling points in the input image, performing interpolation in both horizontal and

MATLAB 246 views Premium

Image processing integrated software developed using MATLAB. Core functionalities include: opening, displaying, and saving images (grayscale, RGB, etc.); histogram analysis and curve fitting; brightness distribution curves (blur processing); histogra

MATLAB 291 views Premium

Small image denoising program featuring wavelet-based thresholding. Key algorithm steps include: th=sigma*sqrt(2*log10(L*T)) for threshold calculation, ch=c(1,num(4-i,1):num(4-i,3)+step(4-i)-1) for high-frequency coefficient extraction, and implement

MATLAB 301 views Premium

Dyadic wavelet multilevel decomposition for multi-scale analysis and edge detection of images, with satisfactory performance achieved through pyramid decomposition algorithms and modulus maxima detection.

MATLAB 289 views Premium