Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top