how to extract the minutia(end points) on the finger print image ?

 Accepted Answer

Try bwmorph
endPoints = bwmorph(~fingerprintImage, 'endpoints');

2 Comments

thanks a lot , it is worked , but i want to implement it using crossing number technique
branchPoints = bwmorph(~fingerprintImage, 'branchpoints');

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!