convert image to strings
Mostrar comentarios más antiguos
how do i convert image to strings(an array of strings)? pls help me. thanks in advance
2 comentarios
Walter Roberson
el 20 de Feb. de 2013
Please expand on what you mean. Are you trying to do Optical Character Recognition?
devaki anjan
el 20 de Feb. de 2013
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 20 de Feb. de 2013
0 votos
An alternative is im2html, which gives a nice visual display: http://www.mathworks.com/matlabcentral/fileexchange/32273-im2html-m
Another alternative is to use sprintf() or fprintf(). It really depends on how you want to use the string.
Categorías
Más información sobre Convert Image Type 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!