i want code to convert image to text
Mostrar comentarios más antiguos
for example if the image of tree is given i want output as TREE as text
1 comentario
ram charan reddy
el 24 de En. de 2018
Respuesta aceptada
Más respuestas (1)
Thorsten
el 24 de En. de 2018
You can use deep learning networks from the neural networks toolbox:
nnet = alexnet; % Load pretrained neural net
label = classify(nnet, picture); % Classify
Categorías
Más información sobre Image Data Workflows en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!