Skip to content

A Fingervein Recognition Model Based On Lbp + Dbn;基于降维LBP与深度信念网络的指静脉识别模型

Notifications You must be signed in to change notification settings

moxue1314/FingerveinRecognitionModel2

 
 

Repository files navigation

FingerVein Recognition Model2


This model is implement by LBP + DBN, some preprocess is done first.

RUN

1.Be sure you install MATLAB2016a+ first.   2.Change the dataset's path in bp.m.   3.A correct rate 100% will be generate.(The fvc2004 is easy.You can test SDUMLA.)   4.You can also plot the curve in last part.  

Data-Set

1.The first Data-set can be find here fvc-2004;You can also find it in other place. It's a open source database. 2. The second Data-Set can be find hereSDUMLA_HMT

指静脉识别模型2

主要实现方法为降维LBP + 深度信念网络(需要了解一些机器学习的知识)

运行

1.安装NN工具箱(高版本matlab自带)  
2.在bp.m中更改路径为自己的数据集路径  
3.在bp.m中去掉注释可以看到学习曲线  
4.在fvc2004数据库,匹配成功率为100%,可以使用更复杂的数据集测试,如山东大学数据挖掘实验室的SDUMLA,均为开源数据集  

About

A Fingervein Recognition Model Based On Lbp + Dbn;基于降维LBP与深度信念网络的指静脉识别模型

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 99.9%
  • M 0.1%