识别 Resources

Showing items tagged with "识别"

Detection and recognition of red traffic signs in complex environments using color-based circular sign localization, feature extraction, and template matching algorithms. Includes image demonstrations and program explanations with code implementation details for HSV color segmentation, Hough circle detection, and feature matching techniques to assist beginners.

MATLAB 183 views Tagged

This MATLAB program implements a comprehensive facial recognition pipeline that first processes face images using Gabor wavelet transformation for feature extraction, then applies PCA (Principal Component Analysis) for dimensionality reduction, and finally employs an SVM (Support Vector Machine) classifier for multi-class recognition. The implementation supports the complete ORL face database and utilizes the libsvm toolbox (version: libsvm-mat-2.89-3[FarutoUltimate3.0]). Key implementation details include Gabor filter parameter configuration, PCA eigenvector computation, and SVM kernel function selection for optimal multi-class classification performance.

MATLAB 221 views Tagged