Android screen unlock application based on signature verification
A platform server which support signature authentication service using Thrift.
- Generate Thrift Python depencencies
cd cloud/data
thrift --gen py opensv.thrift
cp -r gen-py ../src/
- Start server
python main.py &
Demo of opensv.thrift usage using C language
Demo of opensv.thrift usage using Java language
Some scripts.
Signature verification system using Java
Signature verification system using Python. This folder contains main code about research and experiments. main.py
is the main entry of experiment.