Good image comparison technique for signatures.

I have two cropped images of a signature from bank cheque. What is the best way to compare the two images.
Pls some one help me with the code.
Thanks much.
Regards, Alex

Réponses (4)

Image Analyst
Image Analyst le 30 Avr 2012

1 vote

Alex, That method is extremely primitive and most likely won't work for more than a few signatures (a very tiny database). I suggest you look to published papers for successful algorithms:
23.4.6.4.3 Signature Recognition, Surveys, Analysis, Comparisons
Jakob Sørensen
Jakob Sørensen le 30 Avr 2012

0 votes

Don't think code, until you have to idea in place. Do you have any specific ways you want it to work? Or any thoughts on it?
Alex
Alex le 30 Avr 2012
Till now, this is what we have progressed..
Input image
Grey scale conversion
Thresholding
Binarization
Edge Detection
Convolution
The final step is to compare the two cropped signatures. We tried to compare the image by using the average value of the intensity from the signature. It didn't work as we planned.
So, i am open to suggestions/ideas.
Jakob Sørensen
Jakob Sørensen le 30 Avr 2012

0 votes

Supposing that the signature is more or less in the same place every time, how about some sort of cross correlation of the signature area?

Catégories

En savoir plus sur Images dans Centre d'aide et File Exchange

Question posée :

le 30 Avr 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by