搜索资源列表
eigenface_matlab
- This matlab code implements the face recognition system. It uses the AT&T database. You need to download the database before running the code. Instruction to download the database is in the comment section of the file. 这个Matlab程序使用eigenface系统实现人脸识
face_recognition
- 这个Matlab程序使用eigenface系统实现人脸识别,它使用AT&T的数据库,运行代码实例前,请阅读其中的comment,下载该数据库。
Facerecognition_M
- 这个Matlab程序使用eigenface系统实现人脸识别,它使用AT&T的数据库,运行代码实例前,请阅读其中的comment,下载该数据库。-Matlab program uses the eigenface face recognition system, which uses AT
20120429113222200
- 指纹识别系统代码,用于指纹识别的生物特征识别。可将其与数据库连接实现用户身份的识别。 c++ 语言编写-fingerprint source code
FisherFace1
- 基于Fisher线性判别分析的人脸识别算法代码。内涵ORL人脸数据库-The code for face recognition based on Fisher LDA.And a database of face called ORL is included.
CNNWB_05-27-2012
- 这个是我找到的卷积神经网络在minist库上数字识别最好的结果,准确率99.5 ,比C++版本的更好。程序可以直接编译运行,但是因为要下载两个数据库可能非常慢,需要你修改一下代码跳过去。如果你对cnn很感兴趣,可以找我Q:3617 28654-This is what I found convolutional neural network minist library Digital Identification best results, the accuracy was 99.5 , be
NFL
- 最近特征性分类器的matlab代码,里面有两个文件,放到一起放入数据库就能运行-Nearest Feature Line Classifier source code
FisherFace(matlab)
- 该内容为fisherface的matlab代码,绝对可以运行,实验的数据库为ORL人脸数据库,并且在代码中很多中文注释,便于理解,为了大家方便,在压缩包中还放了fisherface的原始原始论文和PCA算法的原始论文。希望这些资料对大家有所帮助。-Fisherface matlab
caffe-master
- 卷积神经网络的一种开源代码,可以对图像数据库自动提取特征-one open source code of CNN which can extract features other image dataset.
PYaleB
- yaleB人脸数据库,可用与人脸识别的数据集,包含数据集和实现代码-YaleB face , and the face recognition data sets are available, and contains data sets and the implementation code
juanjishenjingyuanjingdianlicheng
- 卷积神经元的经典历程,它其中包括了卷积神经元的运行数据库以及运行的代码,里面带有讲解,对初学者很有帮助。-The classic course of the convolution of neurons, which includes the operation of the and the operation of a convolution of the code, which carries on to explain, very helpful for beginners.
raw_300W_release
- 面像识别训练时用到数据库,进行人脸测试训练代码(Face recognition training use database, face test training code)
超识别
- 超识别软件代码, 识别人脸, 数据库可自定义 完全 MFC 代码, 可定制
特征脸法人脸识别matlab代码
- 包括训练数据库,matlab导入图片,特征连算法代码,并成功识别人脸,是基本的算法