12.07.2015 Views

Signature Verification

Signature Verification

Signature Verification

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

String Matching• To compute this alignment, dynamic time warping (DTW) isusedD(i,j)=⎧D(i −1,j −1)+ dE( i,j)⎪Min⎨D(i −1,j)+ Missing Penalty⎪⎩D(i,j-1)+ Spurious Penalty– D(i,j) is the optimal alignment up to point i of the first string and pointj of the second string– d e (i,j) is the Euclidian distance between points i and j• The overall dissimilarity for a signatureDist ( I , J ) =Norm2D(I , J )_ Factor ( N I, N J)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!