数字图像处理 Resources

Showing items tagged with "数字图像处理"

A series of digital image processing experiments implemented in MATLAB, covering essential techniques including image grayscale transformation, histogram equalization, histogram matching, neighborhood averaging, local enhancement, median filtering, and image sharpening with code implementation examples

MATLAB 183 views Tagged

Abstract: This paper proposes a surface crack detection algorithm based on digital image processing techniques. The algorithm utilizes advanced image processing methods to accurately identify crack characteristics including position and length. When implemented in MATLAB, this crack detection approach can be integrated into automated inspection systems and crack propagation monitoring applications, significantly reducing labor time and intensity while improving measurement accuracy. The implementation includes key image processing functions such as edge detection, morphological operations, and feature extraction algorithms.

MATLAB 369 views Tagged

Implementation of Hough Transform line detection algorithm based on the "Digital Image Processing" textbook by Gonzalez, featuring parameter space transformation and peak detection techniques.

MATLAB 192 views Tagged