How to use SVM in matlab for character recognition?

hi, I have a set of characters and numbers in JPEG format. I want to use SVM to classify the images.As i'm new to matlab I don't know how to start.Help me. Thank you

回答 (2 件)

Image Analyst
Image Analyst 2015 年 2 月 14 日

0 投票

1 件のコメント

prashanth r
prashanth r 2015 年 2 月 23 日
Hi, my question is to classify the characters not recognize the characters in image. eg: I have characters from 1 to 10 and a to z, if my input image is a number 6, it should give the output as 6 or belongs to class numbers

サインインしてコメントする。

Dima Lisin
Dima Lisin 2015 年 2 月 14 日

0 投票

Hi Prashanth,
If your goal is to recognize printed text you can use the ocr function in the Computer Vision System Toolbox. If your goal is to learn about SVM, then see the Digit Classification Using HOG Features example.

4 件のコメント

Brindha
Brindha 2015 年 2 月 16 日
Hi Dima, the imageset functions are available only in matlab R2014b. Is it any other help available to execute in matlab R2014a
Brindha.S
Dima Lisin
Dima Lisin 2015 年 2 月 17 日
Hi Brindha,
You should use the R2014a version of the example. Generally, in cases like this either consult the documentation that came with your MATLAB installation, or click the "Other Releases" link in the MATLAB documentation on the web.
prashanth r
prashanth r 2015 年 2 月 23 日
編集済み: prashanth r 2015 年 2 月 23 日
Thank you, I have R2012b version
prashanth r
prashanth r 2015 年 2 月 23 日
Hi, my question is to classify the characters not recognize the characters in image. eg: I have characters from 1 to 10 and a to z, if my input image is a number 6, it should give the output as 6 or belongs to class numbers

サインインしてコメントする。

質問済み:

2015 年 2 月 11 日

編集済み:

2015 年 2 月 23 日

Community Treasure Hunt

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

Start Hunting!

Translated by