简体   繁体   English

指纹图像的图像分割

[英]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? 我正在为指纹图像进行图像处理。我想进行图像分割.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 最后,您需要模式识别技术,您可以使用模式识别技术来使用神经网络来实现它们,例如: http : //www.learnartificialneuralnetworks.com/art.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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