image processing
显示 更早的评论
ideally i want to create a basic ocr using matlab, right now i have imported an image 90x90 pixels and broken it up into 9 equal 30x30 matrices and have saved them m1-m9, i do not have the image processing toolbox so those functions are not usable so im stuck due to my lack of experience.. i know i will need to use loops to look at each matrix but have no idea what algorithm / command to use to look at each matrix and give me some sort of feed back to work with.
5 个评论
Walter Roberson
2011-11-9
Hint: http://matlab.wikia.com/wiki/FAQ#How_can_I_create_variables_A1.2C_A2.2C....2CA10_in_a_loop.3F
ben
2011-11-9
Image Analyst
2011-11-9
So you tried all the programs on the File Exchange like I directed you to and not one of them helped you?
ben
2011-11-12
Sven
2011-11-12
Then what possibly *could* be helpful?
You would like to "create a basic ocr using MATLAB" but:
A. the image processing toolbox is out of bounds
B. looking at another person's code is out of bounds
The best place to start would be the MATLAB "Getting Started" section. That will help you understand how to set up a loop over images with input and output (ie., the "feed back" you mention).
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Keypoint Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!