人脸识别我要分享

face recognition

matlab 识别 人脸

关注次数: 178

下载次数: 1

文件大小: 457.56 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:这是 LDA 分类为 2 类模型 运行准则的代码: 1.文件夹 2_class_LDA 包含两个的子文件夹 TrainDatabase: 包含火车集 TestDatabase: 包含测试集 TrainDatabase 和 TestDatabase 中尺寸是图像的 280 * 250 2.要在 matlab 命令窗口中运行的代码的命令: lda_based_recognition 4.一个 GUI 窗口打开上运行该文件。选择要测试的图像。 5.LDA 运行并测试图像匹配的图像显示在命令窗口中的弹出式菜单和图像名称。


English Description:

This is LDA Classification for 2 class model Code Running GuideLine : 1. The folder 2_class_LDA contains two sub folders     TrainDatabase : Containing the train-set     TestDatabase : Containing the test-set     Dimension of image in TrainDatabase and TestDatabase is 280*250 2. Command to run the code in matlab command window : lda_based_recognition 4. A GUI window opens on running the file. Select the image to test. 5. LDA runs and the image matching to the test image is shown in popup and image name in command window.


代码预览