-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
# DBD-for-Finger-Vein-Recognition | ||
This project is an algorithm for reproducing the paper《Discriminative Binary Descriptor for Finger Vein Recognition》,you can get the paper by https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8240902 | ||
the register images and test images | ||
|
||
|
||
Registration images and test images should be in folders "data/Register" and "data/TestImage", but it have been deleted for privacy. | ||
But I've saved the registered finger vein images and label as train.mat and saved the test finger vein images and label as test.mat by | ||
run file Loda_data.m. | ||
|
||
Now, you can run train.m get the result. |