AngeloUNIMI / PalmNet

Source code for the 2019 IEEE TIFS paper "PalmNet: Gabor-PCA Convolutional Networks for Touchless Palmprint Recognition"
http://iebil.di.unimi.it/palmnet/index.htm
GNU General Public License v3.0
41 stars 12 forks source link
cnn deep-learning gabor less-constrained palmprint pca touchless-biometrics

PalmNet

Matlab source code for the paper:

A. Genovese, V. Piuri, K. N. Plataniotis, and F. Scotti,
"PalmNet: Gabor-PCA Convolutional Networks for Touchless Palmprint Recognition",
IEEE Transactions on Information Forensics and Security, December 2019.
DOI: 10.1109/TIFS.2019.2911165

Paper:

https://ieeexplore.ieee.org/document/8691498

Project page:

http://iebil.di.unimi.it/palmnet/index.htm

Outline: Outline

Citation:

@Article {tifs19,
    author = {A. Genovese and V. Piuri and K. N. Plataniotis and F. Scotti},
    title = {PalmNet: Gabor-PCA Convolutional Networks for touchless palmprint recognition},
    journal = {IEEE Transactions on Information Forensics and Security},
    volume = {14},
    number = {2},
    pages = {3160-3174},
    month = {December},
    year = {2019},
    note = {1556-6013}
}

Main files:

Required files:

Part of the code uses the Matlab source code of the paper:

the VLFeat library:

and the functions by Peter Kovesi:

The databases used in the paper can be obtained at:

The segmentation algorithm can be found at:

https://github.com/AngeloUNIMI/PalmSeg