Ask Your Question
0

Signature Verification

asked Feb 12 '14

Suicidal gravatar image

updated Feb 12 '14

berak gravatar image

I want to compare two signature images like the below

image description

Which algorithm should i use ?

Preview: (hide)

Comments

2

I think google !

StevenPuttemans gravatar imageStevenPuttemans (Feb 12 '14)edit
1

hey, i'm working on this. Have you got this?

madhuece gravatar imagemadhuece (Oct 18 '14)edit

1 answer

Sort by » oldest newest most voted
1

answered Feb 17 '14

prakharmohan gravatar image

First of all:

Matching signatures is one of THE most difficult tasks. Why? Because each signature is different. Even if you compare the same signatures, the probability of them being the same is very less. So in your case, you will have to decide the threshold value.

About the method:

A very simple and crude algorithm might comprise of the following steps:

1.Divide the image into strips. Both the images, i.e. both the inputs.

2.Match the corresponding strips and find the similarity.

On the basis of the threshold decide if the images are same or not.

Preview: (hide)

Comments

If you think the answer helps you then please accept it too :)

prakharmohan gravatar imageprakharmohan (Feb 18 '14)edit

I know this is an old post but im trying to figure out something along the lines of this. What route did you end up taking? Also how did you go about taking images of various sizes and normalizing them to be compared?

esko918 gravatar imageesko918 (Sep 25 '17)edit

Question Tools

Stats

Asked: Feb 12 '14

Seen: 3,264 times

Last updated: Feb 17 '14