i want code to convert image to text

1 visualización (últimos 30 días)
ram charan reddy
ram charan reddy el 24 de En. de 2018
Comentada: ram charan reddy el 24 de En. de 2018
for example if the image of tree is given i want output as TREE as text

Respuesta aceptada

Benjamin Kraus
Benjamin Kraus el 24 de En. de 2018
You probably want a Neural Network and Deep Learning, but explaining what that is will take more than a blog post.
  1 comentario
ram charan reddy
ram charan reddy el 24 de En. de 2018
i want total code explanation is not required.use only predefined images

Iniciar sesión para comentar.

Más respuestas (1)

Thorsten
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 Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by