please inform me how to extract features from ICDAR13 handwritten digits dataset to classify digits of groups 0-9 using SVM in matlab?

조회 수: 1 (최근 30일)
How to implement SVM to classify handwritten digits from 0-9 groups from ICDAR13 dataset in matlab?

답변 (2개)

Image Analyst
Image Analyst 2015년 2월 27일
You can try the OCR capabilities in the Computer Vision System Toolbox: http://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1
  댓글 수: 2
Image Analyst
Image Analyst 2015년 2월 28일
23.4.6 Roman Alphabet
23.4.6.1 Roman Alphabet -- Machine Printed
23.4.6.2 Handwritten Characters, Roman, Latin Alphabet
23.4.6.2.1 Handwritten Characters, Feature Extraction
23.4.6.2.2 Online Recognition of Handwritten Characters
23.4.6.2.3 Handwritten Characters, Cursive Script, Surveys, Data, Comparisons, Evaluations
23.4.6.3 Handwriting, Cursive Script Recognition Systems
23.4.6.3.1 Cursive Script, Word Level Recognition, Word Spotting, Language Model
23.4.6.3.2 Cursive Script, Text Line Segmentation, Script Line, Segmentation, Text Line Extraction
23.4.6.3.3 On-Line Cursive Script Recognition Systems
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
23.4.6.5 Arabic Numbers, Digits, Handwritten, Numeral Recognition
23.4.6.5.1 Multiple Classifiers Applied to Arabic Numbers
23.4.6.5.2 Numbers, Digits, Zip (Postal) Codes
23.4.6.5.3 Neural Networks for Numbers and Digits
It's a list of published papers on handwriting analysis. Pick an algorithm and code it up.

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


Dima Lisin
Dima Lisin 2015년 2월 28일
Check out this example from the Computer Vision System Toolbox.

Community Treasure Hunt

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

Start Hunting!

Translated by