How can I extract sweat pores from a 1000 dpi fingerprint image using difference of Guassian approach?

2 ビュー (過去 30 日間)
I am working on a fingerprint recognition system, I need to extract pores which are present in the ridges.During my research I read that a blob detection technique can separate the pores from the ridges.However when I am applying a Gaussian Filter, it is smoothing the image. Also the DoG results in another similar image. If this is the right approach then where am I going wrong?

回答 (1 件)

Image Analyst
Image Analyst 2015 年 3 月 11 日
Well, you're using the wrong sigmas. Put them into a loop over a bunch of values and save the images and see what combination gives you the best image. I attach my DoG filter but with R2015a there is a new imgaussfilt() function that you can use.
  4 件のコメント
researcher
researcher 2015 年 3 月 11 日
Can you please tell me the range of sigma which retains the black and white colour in the original image?
researcher
researcher 2015 年 3 月 12 日
I did some changes and got the following result.The DoG is still not satisfactory.Can somebody point the mistake
<<
>>

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

カテゴリ

Help Center および File ExchangeText Analytics Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by