matlab code to smooth and enhance the fingerprint image
Show older comments
I want to know matlab code to smooth and enhance the fingerprint image to extract the minutiae
1 Comment
Sohail Niaz
on 11 Mar 2019
want to know matlab code to smooth and enhance the fingerprint image to extract the minutiae
Accepted Answer
More Answers (1)
David Young
on 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.
Categories
Find more on Image Category Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!