MATLAB: How to extract the minutia(end points) on the finger print image

fingerprintImage Processing Toolboxminutia

Best Answer

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