image processing
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 9 Nov 2011
Hint: http://matlab.wikia.com/wiki/FAQ#How_can_I_create_variables_A1.2C_A2.2C....2CA10_in_a_loop.3F
ben
le 9 Nov 2011
Image Analyst
le 9 Nov 2011
So you tried all the programs on the File Exchange like I directed you to and not one of them helped you?
ben
le 12 Nov 2011
Sven
le 12 Nov 2011
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).
Réponses (1)
Catégories
En savoir plus sur Keypoint Detection dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!