Skip to content

Run542968/RLT_FingerVein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLT_FingerVein

This repository is a python implementation of RLT (DOI):

Feature extraction of finger-vein patterns based on repeated line tracking and its application to personal identification

image-20211005153048828

Files in the folder

  • data/
    
    • origin/
      • sample.bmp
    • result/
      • result.bmp
  • code/: implementations of RLT

Required packages

The code has been tested running under Python 3.6, with the following packages installed (along with their dependencies):

  • numpy >= 1.14.5
  • scipy >= 1.5.4
  • matplotlib >= 3.3.0

Running the code

$ cd code
$ python RLT.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages