matlab毕业编程【谷速软件】基于Gabor特征提取和人工智能的人脸检测系统源代码.docx

matlab毕业编程【谷速软件】基于Gabor特征提取和人工智能的人脸检测系统源代码.docx

clear all; clc; close all; if ~exist(gabor.mat,file) fprintf (Creating Gabor Filters ...); create_gabor; end if exist(net.mat,file) load net; else createffnn end if exist(imgdb.mat,file) load imgdb; else IMGDB = loadimages; end while (1==1) choice=menu(Face Detection,... Create Database,... Initialize Network,... Train Network,... Test on Photos,... Exit); if (choice ==1) IMGDB = loadimages; end if (choice == 2) createffnn end if (choice == 3)

文档评论(0)

1亿VIP精品文档

相关文档