指纹比对/识别算法/实现指纹、算法、比对

2023-09-11 01:52:49 作者:呐誰!請伱滚幵

在整个一天,我一直在投入时间到指纹匹配/识别算法/实现在编程世界。虽然这是一个有点模糊,因为我似乎无法找到任何真正相关的。

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:

指纹识别:验证图像实际上是一个指纹,因此可以与其它指纹匹配 指纹匹配:匹配两个指纹的物品,看是否实际等于

所有的操作都​​将完成的图像,所以我没有什么做硬件。我发现了一些东西如Java SDK指纹等,并还发现,几乎复制了#1的问题,但他们要么是过时的或没有真正清楚。

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.

任何人都可以点我的方向算法/实现(开源的),谁可以做这两件事情?我要实现它自己在Python到底。

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.

推荐答案

试试这个开放源码库 http://sourceforge.net/项目/ sourceafis / 通过罗伯特·Vazan。 这是一个.NET实现和java端口正在进行中。

try this open-source library http://sourceforge.net/projects/sourceafis/ by Robert Vazan. it's a .net implementation and java port is in progress.

样品code也present,如果你签他们从发展分支善变回购。

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,