adaboost Resources

Showing items tagged with "adaboost"

A face recognition system developed using MATLAB R2008 that implements two distinct algorithms: PCA+Adaboost and PCA+SVM, utilizing the ORL face database. The system achieves 84% recognition accuracy by processing a single facial image to identify individuals, demonstrating efficient feature extraction and classification through principal component analysis combined with ensemble learning and support vector machine methods.

MATLAB 203 views Tagged

This MATLAB-based implementation utilizes an OpenCV-built AdaBoost face detection DLL module to perform real-time face detection on video streams captured from USB cameras. The system displays detection results in real-time, though with slightly lower performance compared to native C implementations. After downloading, users can run the module directly in MATLAB without modifying relative file positions within the folder structure.

MATLAB 181 views Tagged