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

python指纹识别算法,指纹比对/识别算法/实现ThroughoutthisdayI’vebeeninvestingtimeintofingerprintmatching/recognitionalgorithms/implementationsintheworldofprogramming.Thoughit’sabitofavaguebecauseIcan’tseemtofindany…

大家好,欢迎来到IT知识分享网。

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,

免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://yundeesoft.com/13570.html

(0)
上一篇 2024-03-05 18:26
下一篇 2024-03-08 08:45

相关推荐

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注微信