-1

I need to convert a sample fingerprint image into black and white, where the finger color acts as a foreground color and the background color is black. It's needed in MATLAB code format.... For example, I need to convert image from:
(source: wikimedia.org)

to a black-and-white image.

EDIT: I used multiple masks, like prewitt: http://i43.tinypic.com/1z7w60.jpg Canny Detector: http://i44.tinypic.com/2ujtt6u.jpg

I'm not getting lines on blurry here.

4

1 回答 1

0

As Shai said, you can only expect good results in regions of the image that are in focus. Try starting with these algorithms:

Link 1

Link 2

于 2013-06-27T07:34:24.380 回答