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

채택된 답변

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 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