필터 지우기
필터 지우기

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

조회 수: 5 (최근 30일)
Mansoor ahmadi
Mansoor ahmadi 2015년 1월 16일
댓글: Image Analyst 2015년 1월 18일
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.

답변 (1개)

Image Analyst
Image Analyst 2015년 1월 16일
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
Mansoor ahmadi
Mansoor ahmadi 2015년 1월 18일
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 2015년 1월 18일
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.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by