i want code to convert image to text
古いコメントを表示
for example if the image of tree is given i want output as TREE as text
採用された回答
その他の回答 (1 件)
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
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!