i want code to convert image to text

2 vues (au cours des 30 derniers jours)
ram charan reddy
ram charan reddy le 24 Jan 2018
for example if the image of tree is given i want output as TREE as text
  1 commentaire
ram charan reddy
ram charan reddy le 24 Jan 2018
total code is required

Connectez-vous pour commenter.

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (1)

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

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by