how can i convert image to text by using matlab code

조회 수: 27 (최근 30일)
rediet adebabay
rediet adebabay 2020년 1월 16일
답변: Walter Roberson 2020년 1월 16일
image converting to text by using matlab?

답변 (1개)

Walter Roberson
Walter Roberson 2020년 1월 16일
Use fileread() to read the image file. uint8() that. Now you can use base64 to convert the numeric values to text.
https://www.mathworks.com/help/matlab/ref/matlab.net.base64encode.html

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

제품


릴리스

R2015a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by