python指纹识别算法,指纹比对/识别算法/实现 - Go语言中文社区

python指纹识别算法,指纹比对/识别算法/实现


Throughout this day I've been investing time into fingerprint matching/recognition algorithms/implementations in the world of programming. Though it's a bit of a vague because I can't seem to find anything really related.

I'm basically looking for two next things:

Fingerprint recognition: verify that the image is actually a fingerprint and so can be matched with another fingerprint

Fingerprint matching: match two fingerprint from items to see if the actually are equal

All operations will be done on images, so I don't have anything to do with hardware. I've found a few things such as the Java Fingerprint SDK, etc and also found almost duplicate questions on Stackoverflow but they are either outdated or are not really clear.

Could anyone point me a direction to algorithms/implementations (open source) who can do these two things? I want to implement it myself in Python in the end.

解决方案

try this open-source library http://sourceforge.net/projects/sourceafis/ by Robert Vazan.

it's a .net implementation and java port is in progress.

Sample code also present if you checkout their mercurial repo from the development branch.

http://sourceafis.hg.sourceforge.net:8000/hgroot/sourceafis/sourceafis (read-only)

Kind regards,

版权声明:本文来源CSDN,感谢博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/weixin_31773159/article/details/118798295
站方申明:本站部分内容来自社区用户分享,若涉及侵权,请联系站方删除。
  • 发表于 2023-01-02 21:22:21
  • 阅读 ( 336 )
  • 分类:算法

0 条评论

请先 登录 后评论

官方社群

GO教程

猜你喜欢