Clear Filters
Clear Filters

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

4 views (last 30 days)
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?

Answers (1)

Image Analyst
Image Analyst on 11 Mar 2015
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 Comments
researcher
researcher on 12 Mar 2015
I did some changes and got the following result.The DoG is still not satisfactory.Can somebody point the mistake
<<
>>

Sign in to comment.

Categories

Find more on Text Analytics Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!