Skip to content

Source code for palmprint segmentation and ROI extraction used in the IEEE TIFS 2019 and IEEE CIVEMSA 2019 papers

License

Notifications You must be signed in to change notification settings

AngeloUNIMI/PalmSeg

Repository files navigation

Palmprint Segmentation

Matlab source code for palmprint segmentation used in the papers:

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, 2019.
DOI: 10.1109/TIFS.2019.2911165

A. Genovese, V. Piuri, F. Scotti, and S. Vishwakarma,
"Touchless palmprint and finger texture recognition: A Deep Learning fusion approach",
2019 IEEE Int. Conf. on Computational Intelligence & Virtual Environments for Measurement Systems and Applications (CIVEMSA 2019),
Tianjin, China, June 14-16, 2019

Papers:

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

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

Project pages:

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},
    year = {2019},
    note = {1556-6013}
}

@InProceedings {civemsa19,
    author = {A. Genovese and V. Piuri and F. Scotti and S. Vishwakarma},
    booktitle = {Proc. of the 2019 IEEE Int. Conf. on Computational Intelligence & Virtual Environments for Measurement Systems and 	Applications (CIVEMSA 2019)},
    title = {Touchless palmprint and finger texture recognition: A Deep Learning fusion approach},
    address = {Tianjin, China},
    month = {June},
    day = {14-16},
    year = {2019},
}

Main files:

Required files:

  • ./images/Tongji_Contactless_Palmprint_Dataset/: 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.
    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 is based on the papers:

The databases used in the papers can be obtained at:

About

Source code for palmprint segmentation and ROI extraction used in the IEEE TIFS 2019 and IEEE CIVEMSA 2019 papers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages