数据库 Resources

Showing items tagged with "数据库"

Speaker Recognition System % Extract all files in the current MATLAB directory, then type "speakerrecognition" % in the MATLAB command window. A simple and intuitive graphical user interface will appear. % % GUI Functionalities: % % ONE-TO-ONE Speaker Recognition - Verification % Select two audio files. The system will determine whether the voice characteristics belong % to the same person or not (one-to-one speaker recognition, also known as verification). % Audio inputs can be loaded from disk or recorded using a microphone. % % ADD A NEW SOUND TO DATABASE % Select an audio file to add to the database with a unique positive integer ID for speaker association.

MATLAB 269 views Tagged

The ORL Face Database is a valuable resource for face recognition tasks, containing 400 images from 40 subjects with 10 images per person - suitable for implementing recognition algorithms using techniques like PCA, LDA, or deep learning approaches.

MATLAB 216 views Tagged

Implementation of face recognition using Linear Discriminant Analysis (LDA), including data loading from the ORL database, dataset partitioning for training and testing phases, and evaluation of classification performance metrics.

MATLAB 242 views Tagged