i want code to convert image to text
Afficher commentaires plus anciens
for example if the image of tree is given i want output as TREE as text
1 commentaire
ram charan reddy
le 24 Jan 2018
Réponse acceptée
Plus de réponses (1)
Thorsten
le 24 Jan 2018
You can use deep learning networks from the neural networks toolbox:
nnet = alexnet; % Load pretrained neural net
label = classify(nnet, picture); % Classify
Catégories
En savoir plus sur Image Data Workflows dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!