How to create a dataset as a database for a signature recognition system?

6 views (last 30 days)
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.

Answers (1)

Image Analyst
Image Analyst on 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 Comments
Mansoor ahmadi
Mansoor ahmadi on 18 Jan 2015
thank sir, but I don't have enough time to implement algorithm, my date line is near. can I have other solution to maintain these data and work as a database. for identifying and searching the signature I use ANN Back propagation algorithm.
thanks
Image Analyst
Image Analyst on 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.

Sign in to comment.

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!