フィルターのクリア

i want code to convert image to text

2 ビュー (過去 30 日間)
ram charan reddy
ram charan reddy 2018 年 1 月 24 日
コメント済み: ram charan reddy 2018 年 1 月 24 日
for example if the image of tree is given i want output as TREE as text
  1 件のコメント
ram charan reddy
ram charan reddy 2018 年 1 月 24 日
total code is required

サインインしてコメントする。

採用された回答

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 件のコメント
ram charan reddy
ram charan reddy 2018 年 1 月 24 日
i want total code explanation is not required.use only predefined images

サインインしてコメントする。

その他の回答 (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 Center および File ExchangeImage Data Workflows についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by