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

조회 수: 1 (최근 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 CenterFile Exchange에서 Text Analytics Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by