Ask Your Question
0

Signature Verification

asked 2014-02-12 11:54:04 -0600

Suicidal gravatar image

updated 2014-02-12 12:46:51 -0600

berak gravatar image

I want to compare two signature images like the below

image description

Which algorithm should i use ?

edit retag flag offensive close merge delete

Comments

2

I think google !

StevenPuttemans gravatar imageStevenPuttemans ( 2014-02-12 13:49:32 -0600 )edit
1

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

madhuece gravatar imagemadhuece ( 2014-10-18 09:45:21 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-02-17 02:05:17 -0600

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.

edit flag offensive delete link more

Comments

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

prakharmohan gravatar imageprakharmohan ( 2014-02-17 21:41:15 -0600 )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 ( 2017-09-25 16:27:35 -0600 )edit

Question Tools

Stats

Asked: 2014-02-12 11:54:04 -0600

Seen: 2,943 times

Last updated: Feb 17 '14