How to create a dataset as a database for a signature recognition system?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm working on signature recognition system, this is my final project in university. my system is able to recognize and identify 56 signature of persons and each person have 12 signature as sample in database. How to create this dataset that maintain these signatures with its features and name of person?
thanks. if someone know answer me with an example.
0 Kommentare
Antworten (1)
Image Analyst
am 16 Jan. 2015
There is nothing in MATLAB that does that but you can build it with lower level tools. Go here for algorithms that you can implement in MATLAB: http://www.visionbib.com/bibliography/contentschar.html#OCR,%20Document%20Analysis%20and%20Character%20Recognition%20Systems, especially these sections:
23.4.6.4 On-Line Signatures, Online Signatures
23.4.6.4.1 Off Line Signature Analysis
23.4.6.4.2 Recognition of the Person from Writing, Identification, Authorship, Writer Identification
23.4.6.4.3 Signature Recognition, Surveys, Analysis, Comparisons
2 Kommentare
Image Analyst
am 18 Jan. 2015
Sorry but there is no signature verification functionality in MATLAB, so it sounds like you won't finish your project since you're not willing or able to spend the time to implement a published algorithm. Perhaps you can get partial credit if you at least describe some algorithms. Good luck with your class though.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!