Ask Your Question
0

Fingerprint Image Enhancement

asked 2013-12-08 10:27:45 -0600

Mert Celikok gravatar image

I am going to make a feature extraction from fingerprint images. So far I have tried many methods to simply enhance the image and skeletonize it. Methods I tried;

Local Histogram Equalization (11x11 neighborhood) + Binarization with Adaptive Thresholding + Morphological Thinning (With Erode+Dilate+Substract so called White Top Hat). I used built-in functions come with OpenCV , Scipy and Scikit-Image. Didn't work pretty well.

I tried a different approach , Local Histogram + Wiener Filtering + Adaptive Thresholding Binarization + Skeletonize.

Results are varying , some are perfectly good , some are terrible with background noise and billions of false connections. I also tried applying Gaussian or Median blurring before any action taken.

(Figure 1) "Figure 1"

For example figure 1 is one of my good resulting examples with wiener filtering. Except the borderline effect. On the borders of fingerprint, there seems to be millions of false connections and algorithm tends to draw a border around the fingerprint. But still i accept this as a good result but also need suggestions to get over this border effect.

(Figure 2) "Figure 2"

On the other hand , as you see , figure 2 is a horrible piece. All of the bits are just bitwise not'ed to have background and valleys black and ridges white. It is still the same algorithm. Any suggestions for fingerprint image enhancement in OpenCV or/and any library for Python?

edit retag flag offensive close merge delete

3 answers

Sort by ยป oldest newest most voted
0

answered 2013-12-22 20:33:51 -0600

galimjan gravatar image

May be share our original image, and if I get better result then I can share.

edit flag offensive delete link more
0

answered 2013-12-09 06:08:34 -0600

Haris gravatar image

See this question might be helpful.

edit flag offensive delete link more
0

answered 2013-12-22 20:29:21 -0600

galimjan gravatar image

hi. I'm also doing this project using python + opencv, I just start. In my understanding we need using some algorithm to remove false Minutia after pre-processing. Good luck

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-12-08 10:27:45 -0600

Seen: 2,715 times

Last updated: Dec 22 '13