フィルターのクリア

How to extract the vein pattern from an IR image of finger?

1 回表示 (過去 30 日間)
DEVANAND
DEVANAND 2014 年 4 月 29 日
コメント済み: Muhammad Arfan 2015 年 12 月 25 日
I am trying to isolate (or segment to be precise) the vein pattern from Infra red image of a finger (using MATLAB) like shown below:
So my output will be a binary image like (not the exact dimension of image shown):
I tried histogram equalization to make the veins more visible, but even then the binirization was not that successful. Any help to proceed further would be very helpful.
  1 件のコメント
Muhammad Arfan
Muhammad Arfan 2015 年 12 月 25 日
Hy, I'm Arfan. Student of Sriwijaya University. Working on my final project. I've searched for the best database on internet but couldn't find one. I need to try your database if you can share it tome then I'll feel grateful. Can you share the database? Thanks

サインインしてコメントする。

回答 (2 件)

Image Analyst
Image Analyst 2014 年 4 月 29 日
This is not a MATLAB-enough question. It's an algorithm development question. I'm sure someone has done this before. See sections 20 and 21 here Vision Bibliography to find successful algorithms that people have published. Come back and attach your MATLAB code if you have any questions after you've read the FAQ.
  4 件のコメント
Image Analyst
Image Analyst 2014 年 4 月 30 日
See this link for what others have done: http://iris.usc.edu/Vision-Notes/bibliography/people943v1.html#Finger%20Veins,%20Recognition%20and%20Extraction. There are 19 papers on it there.
DEVANAND
DEVANAND 2014 年 4 月 30 日
Thanks. Let me try those and adapthisteq().

サインインしてコメントする。


Robert
Robert 2014 年 4 月 29 日
You are going to have a heck of a time trying to segment out that image automatically. You will either have to include a great deal of background and work to exclude it on subsequent passes, or sacrifice the signal from the outset and work to include it as you go along. One thing that stands out is that the folds on the joints are going to be a source of false signals, so you may want to build a mask that creates an outline of the digit to exclude haze on the edges as well as one that includes those folds. Then you may want to invert the image because it appears the area of interest is dark. Afterward go through a series of equalization steps to find an acceptable starting point. I think you are gong to need to manually touch up the results to get the separation and definition you want.
  1 件のコメント
DEVANAND
DEVANAND 2014 年 4 月 30 日
編集済み: DEVANAND 2014 年 4 月 30 日
Thanks for the advise. I will try so.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImage Segmentation and Analysis についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by