i want code to convert image to text

1 次查看(过去 30 天)
for example if the image of tree is given i want output as TREE as text

采纳的回答

Benjamin Kraus
Benjamin Kraus 2018-1-24
You probably want a Neural Network and Deep Learning, but explaining what that is will take more than a blog post.

更多回答(1 个)

Thorsten
Thorsten 2018-1-24
You can use deep learning networks from the neural networks toolbox:
nnet = alexnet; % Load pretrained neural net
label = classify(nnet, picture); % Classify

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by