指纹验证

发布于 2024-07-14 14:31:15 字数 141 浏览 8 评论 0原文

我正在做指纹认证的最后一年项目。 我已经完成了二值化、细化、细节提取。 我是用matlab做的。 我被验证困住了。 我不知道如何进行验证。 所以请帮我解决这个问题。 我将非常感谢提供帮助的人..提前致谢。 请帮我提供验证代码或至少算法...非常感谢...

i am doing my final year proj in fingerprint authentication. i 've completed binarization, thinning, minutiae extraction. i am doing it in matlab. i am stuck with the verification. i don't know how to perform verification. so please help me out to solve this problem. i would be grateful to ppl who help .. thanks in advance. please help me out with code for verification or with algorithm atleast... thanks a lot...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

东走西顾 2024-07-21 14:31:15

通常的方法是使用某种形式的统计分类器。 最简单的是贝叶斯(我相信这不适用于指纹)。 在生物统计学中,最流行的是 GMM(高斯混合模型)或 HMM(隐马尔可夫模型)。 另一种方法是使用神经网络作为分类器。

The usual way is to use some form of statistical classifier. The most simple is Bayesian (which I believe won't do for fingerprints). In biometry most popular ones are GMM (Gaussian Mixture Model) or HMM (Hidden Markov Model). Another approach is to use neural network as a classifier.

柠北森屋 2024-07-21 14:31:15

我无法帮助您编写自己的验证,但我过去使用 Griaule指纹SDK。 我希望这个能有一点帮助。

I can't help you with writing your own verification, but i did fingerprint verfication in the past with Griaule Fingerprint SDK. I hope this helps a bit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文