Handwritten Signature SDK Wiki
Java SDK useful to develop handwritten signature verification app
Status: Beta
Brought to you by:
lucianogiuseppe
Handwritten Signature SDK was developed by Luciano Giuseppe for a thesis in computer science at Prof. Cattaneo - Digital Forensics - University of Salerno.
This project borns because of need to use a fairly complete and free SDK to work on handwritten signature.
SDK is based on signature-verification project and uses JPen to get pressure from a pen tablet.
It implements many know algorithms: DTW and ER2, and others developed reading scientific articles and with my ideas, as you can see:
How to run the jar (last jar is in version 0.4):
java -Djava.library.path=signatureSDK_lib -jar signatureSDK.jar
An example app