matlab code to smooth and enhance the fingerprint image
Afficher commentaires plus anciens
I want to know matlab code to smooth and enhance the fingerprint image to extract the minutiae
1 commentaire
Sohail Niaz
le 11 Mar 2019
want to know matlab code to smooth and enhance the fingerprint image to extract the minutiae
Réponse acceptée
Plus de réponses (1)
David Young
le 10 Nov 2011
0 votes
A partial answer: to smooth the image you can use fspecial to generate a Gaussian smoothing mask, and conv2 to convolve it with the image. The documentation for these two functions gives further information, and there are relevant examples in the Image Processing Toolbox user guide, which is well worth reading. It will also have ideas you can use for enhancement and feature extraction.
Catégories
En savoir plus sur Image Category Classification dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
