ahmetozlu / signature_extractor

A super lightweight image processing algorithm for detection and extraction of overlapped handwritten signatures on scanned documents using OpenCV and scikit-image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you please share Accuracy Numbers ?

themitigater opened this issue · comments

commented

What kind of accuracy do you mean?

I have not performed any special training process, I have developed this project on top of traditional image processing techniques (such as connected component analysis, morphological filters and so on). Therefore, since there are not any training process, there are not any accuracy but you can calculate the accuracy considering your test dataset. The test accuracy depends on the test data so it is not so meaningful but yes, some benchmark handwritten signature dataset can be used for it. I just added it inside my future works. Thanks...