convert image to strings
이전 댓글 표시
how do i convert image to strings(an array of strings)? pls help me. thanks in advance
댓글 수: 2
Walter Roberson
2013년 2월 20일
Please expand on what you mean. Are you trying to do Optical Character Recognition?
devaki anjan
2013년 2월 20일
채택된 답변
추가 답변 (1개)
Image Analyst
2013년 2월 20일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!