简体   繁体   中英

Image segmentation for the fingerprint image

I am working on image processing for the fingerprint image.In that i want to do image segmentation.Is there any algorithm for image segmentation for the fingerprint image in java?

Input Image & Segmented Image:
在此处输入图片说明在此处输入图片说明

If you are trying to do fingerprint recognition from an image, there are several steps for the entire process. First of all you have to do some pre-processing steps which can be an adaptive thresholding. Then you can look into morphological processes like opening and closing. After each step carefully observe the output and then think upon what next to use. Lastly you would need pattern recognition techniques for which you can use libraries which implement them using neural networks ex : http://www.learnartificialneuralnetworks.com/art.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM