how can i convert image to text by using matlab code

25 Ansichten (letzte 30 Tage)
rediet adebabay
rediet adebabay am 16 Jan. 2020
Beantwortet: Walter Roberson am 16 Jan. 2020
image converting to text by using matlab?

Antworten (1)

Walter Roberson
Walter Roberson am 16 Jan. 2020
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

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Produkte


Version

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by