i want code to convert image to text
Mostra commenti meno recenti
for example if the image of tree is given i want output as TREE as text
1 Commento
ram charan reddy
il 24 Gen 2018
Risposta accettata
Più risposte (1)
Thorsten
il 24 Gen 2018
You can use deep learning networks from the neural networks toolbox:
nnet = alexnet; % Load pretrained neural net
label = classify(nnet, picture); % Classify
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!