图像 Resources

Showing items tagged with "图像"

This project combines Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA) for image training and recognition processes. Implemented using the ORL face database, the system achieves high recognition accuracy through optimized feature extraction and classification techniques. The implementation includes complete pipelines for data preprocessing, dimensionality reduction, and pattern matching.

MATLAB 227 views Tagged

RMSHE algorithm (Recursive Mean-Separate Histogram Equalization). Core principle involves segmenting images based on mean grayscale values and performing histogram equalization on each segment separately. The package includes MATLAB source code implementation, research paper documentation, and input test images for comprehensive evaluation.

MATLAB 352 views Tagged