增强 Resources

Showing items tagged with "增强"

This program provides MATLAB code for fingerprint recognition, featuring a comprehensive pipeline including fingerprint enhancement, orientation and ridge estimation, binary masking, and feature extraction. The classification module analyzes input images to determine matching identities, implementing pattern comparison algorithms for final verification.

MATLAB 260 views Tagged

This project implements image segmentation and recognition for ID card processing, including image enhancement, segmentation, and character recognition. The attached report details program functionality with specific focus on handling different Chinese and English font types. The implementation demonstrates practical approaches to document image analysis using MATLAB's image processing toolbox.

MATLAB 285 views Tagged

This comprehensive image processing program demonstrates techniques for compression, denoising, enhancement and sharpening. Implementation includes: displaying digital image matrix data and its Fourier transform, image compression using 2D discrete cosine transform (DCT), contrast enhancement via grayscale transformation, salt-and-pepper noise removal using medfilt2 2D median filtering, mean filtering with filter2 for noise reduction, adaptive Wiener filtering, five distinct gradient enhancement methods for sharpening, high-pass filtering with mask processing, Butterworth low-pass filter for image smoothing, and Butterworth high-pass filter for sharpening operations.

MATLAB 275 views Tagged

Speech signal denoising implementation in MATLAB environment, performing wavelet transform on noisy speech signals, applying threshold-based denoising principles, and reconstructing enhanced speech signals through inverse transformation with detailed algorithm explanation.

MATLAB 276 views Tagged