图像处理 Resources

Showing items tagged with "图像处理"

This MATLAB-based implementation includes sample images and is ready to run (requires path modification). Designed for crack detection in bridge decks and road surfaces, the code features detailed function descriptions and algorithmic explanations. Key implementations include frequency estimation of regular stripe patterns in road backgrounds and frequency-domain filtering to effectively remove noise near estimated frequencies while preserving target cracks. The current version provides basic detection functionality with room for improvement, serving as a demonstrative prototype. Interested developers are welcome to enhance and adapt this codebase - please contact me for collaboration opportunities.

MATLAB 202 views Tagged

This collection features 30 intelligent algorithm programs and analyses specifically designed for MATLAB image processing applications. Each program includes complete working code examples with detailed implementation approaches, algorithm breakdowns, and key MATLAB function explanations - making it ideal for beginners learning image processing techniques through practical coding examples.

MATLAB 228 views Tagged

1. Select an image and perform DCT block operations (dividing image into 8×8 blocks, applying DCT transform to each block). 2. Use masking matrix for DCT coefficient region selection, perform inverse DCT to reconstruct original image, and calculate PSNR of synthesized image. 3. Choose a wavelet function to decompose an image, display transform coefficients to observe patterns, and perform inverse wavelet transform for image reconstruction.

MATLAB 258 views Tagged

This is my MATLAB implementation of an adaptive histogram equalization algorithm designed to enhance image details, combining the advantages of detail-enhancing adaptive histograms and traditional histogram equalization techniques. The program includes comprehensive algorithm explanation and demonstrates practical implementation using MATLAB's image processing toolbox functions like adapthisteq() with customized parameter settings for optimal contrast enhancement.

MATLAB 261 views Tagged