How can I extract sweat pores from a 1000 dpi fingerprint image using difference of Guassian approach?
2 views (last 30 days)
Show older comments
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?
2 Comments
Answers (1)
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
See Also
Categories
Find more on Text Analytics Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!