SkillAgentSearch skills...

PalmNet

Source code for the 2019 IEEE TIFS paper "PalmNet: Gabor-PCA Convolutional Networks for Touchless Palmprint Recognition"

Install / Use

/learn @AngeloUNIMI/PalmNet
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

  • launch_PalmNet.m: main file
  • ./params/paramsPalmNet.m: parameter file

Required files:

  • ./images: Database of images, with filenames in the format "NNNN_SSSS.ext", where NNNN is the 4-digit individual id, SSSS is the 4-digit sample id, and ext is the extension. <br/> For example: "0001_0001.bmp" is the first sample of the first individual. In the paper, left and right palms of the same person are considered as different individuals.

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

  • T. Chan, K. Jia, S. Gao, J. Lu, Z. Zeng and Y. Ma, <br/> "PCANet: A Simple Deep Learning Baseline for Image Classification?," <br/> in IEEE Transactions on Image Processing, vol. 24, no. 12, pp. 5017-5032, Dec. 2015.<br/> DOI: 10.1109/TIP.2015.2475625<br/> http://mx.nthu.edu.tw/~tsunghan/Source%20codes.html

the VLFeat library:

  • A. Vedaldi and B. Fulkerson, <br/> "VLFeat: An Open and Portable Library of Computer Vision Algorithms", 2008, <br/> http://www.vlfeat.org

and the functions by Peter Kovesi:

The databases used in the paper can be obtained at:

  • CASIA:<br/> http://www.cbsr.ia.ac.cn/english/Palmprint%20Databases.asp
  • IITD:<br/> http://www4.comp.polyu.edu.hk/~csajaykr/IITD/Database_Palm.htm
  • REST:<br/> http://www.regim.org/publications/databases/regim-sfax-tunisian-hand-database2016-rest2016/
  • Tongji:<br/> http://sse.tongji.edu.cn/linzhang/cr3dpalm/cr3dpalm.htm

The segmentation algorithm can be found at:

https://github.com/AngeloUNIMI/PalmSeg

View on GitHub
GitHub Stars57
CategoryEducation
Updated16d ago
Forks12

Languages

MATLAB

Security Score

100/100

Audited on Mar 13, 2026

No findings