image processing
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 9 de Nov. de 2011
Hint: http://matlab.wikia.com/wiki/FAQ#How_can_I_create_variables_A1.2C_A2.2C....2CA10_in_a_loop.3F
ben
el 9 de Nov. de 2011
Image Analyst
el 9 de Nov. de 2011
So you tried all the programs on the File Exchange like I directed you to and not one of them helped you?
ben
el 12 de Nov. de 2011
Sven
el 12 de Nov. de 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).
Respuestas (1)
Image Analyst
el 9 de Nov. de 2011
0 votos
Categorías
Más información sobre Keypoint Detection en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!