Miura et al. vein extraction methods
by Bram Ton
19 Mar 2012
(Updated 06 Nov 2012)
Two vein extraction methods as described by Miura et al. for finger vein authentication.
|
Watch this File
|
| File Information |
| Description |
Maximum curvature:
This method will try to extract the centre lines of the veins. This is done by calculating local maximum curvatures in cross-sectional profiles of a vein image. The method is supposed to be robust against varying vein widths and non-uniform brightness.
Repeated line tracking:
This algorithm will start at several random points and will try to track a line. If a pixel has been visited by the line tracking algorithm multiple times it is likely to be a vein. A movie showing the algorithm in action can be found here:
https://vimeo.com/51757793
Literature:
- N. Miura, A. Nagasaka, and T. Miyatake "Feature extraction of finger vein patterns based on repeated line tracking and its application to personal identification" Machine Vision and Applications.
doi: 10.1007/s00138-004-0149-2
- N. Miura, A. Nagasaka, and T. Miyatake "Extraction of finger-vein patterns using maximum curvature points in image profiles." IAPR conference on machine vision applications 9 (2005).
Usage:
The file "miura_usage.m" gives an impression of how to use the feature extraction methods. Finger region localisation can be found here:
http://www.mathworks.in/matlabcentral/fileexchange/35752-finger-region-localisation
Comments:
Please leave a comment, if you like it, find a bug, or know (made) good improvements to the code. |
| MATLAB release |
MATLAB 7.13 (R2011b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 21 Mar 2012 |
Added link to finger region localization. |
| 11 Jun 2012 |
Updated the 'miura_usage.m' script to make it foolproof. |
| 06 Nov 2012 |
Added link to movie showing the repeated line tracking algorithm in action. |
|
Contact us