Compare two handwritten signatures in Android

Viewed 30

I would like to compare two handwritten signatures. The user adds 2 signatures (and the app saves it in Firebase) and later I want to check whether these two signatures are the same. I already made the saving in firebase and retrieving them into 2 imageviews. What I do not know is that how I can start comparing them. I would be satisfied if I could achieve that the application gives the difference between them. E.g. the difference between them is 2% so I can say that probably they are the same.

1 Answers
Related