简体   繁体   English

SIFT/SURF 和签名

[英]SIFT/SURF and signatures

I'm working on a project about offline signature verification and I've tried SIFT/SURF algorithms (OpenCV) for comparisson of 2 signature images.我正在做一个关于离线签名验证的项目,我已经尝试过 SIFT/SURF 算法(OpenCV)来比较 2 个签名图像。

What I've noticed is that when I pass in 2 same pictures I get ~1000 keypoints but when I pass 2 pics of different signatures of same person I get just ~70-80.我注意到的是,当我传递 2 张相同的图片时,我会得到约 1000 个关键点,但当我传递 2 张同一个人的不同签名的照片时,我只会得到约 70-80 个。 And when one of the passed pics is a signature of a different person but which has alike style I get ~50-60 keypoints.当其中一张通过的照片是另一个人的签名但风格相似时,我会得到大约 50-60 个关键点。 Some of the points also weren't matching each other at all like they were from 2 different locations.有些点也完全不匹配,就像它们来自 2 个不同的位置一样。

It's clear to me that these algorithms aren't good for my task but I don't quite understand why.我很清楚这些算法不适合我的任务,但我不太明白为什么。

Could anyone exaplin the reason to me from the maths/algo point of view?有人可以从数学/算法的角度向我解释原因吗?

Signature verification is a very difficult task, lots of research efforts have been made but still they are not much accurate in comparing signature pairs签名验证是一项非常艰巨的任务,已经进行了大量的研究工作,但在比较签名对方面仍然不够准确

SIFT/SURF algorithms wouldn't be helpful here because model needs to learn a more complex set of features in order to compare signatures SIFT/SURF算法在这里不会有帮助,因为 model 需要学习更复杂的一组特征才能比较签名

There are some Deep learning based Offline signature verification models that you can see可以看到一些基于Deep learningOffline signature verification模型

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

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