OCR function undefined in 2014a?

I'm relatively new to MATLAB and am working through some examples. I have not been able to get this example to work. http://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1
The error that keeps getting returned is
Undefined function 'ocr' for input arguments of type 'uint8'.
Error in ocrExample (line 11)
ocrResults = ocr(businessCard);
So far I have:
  • Double checked that I have version 2014a.
  • Ensured I'm typing into a script (not the command window).
  • Made sure I have the Image Processing and Computer Vision add-on installed.
  • imshow('businessCard.png') returns the image, so it's not an image location issue.
Could anyone offer some assistance?

댓글 수: 4

What, if anything, shows up for
which -all ocr
David Peiffer
David Peiffer 2014년 3월 20일
편집: David Peiffer 2014년 3월 20일
>> which -all ocr
'ocr' not found.
Viju
Viju 2014년 3월 20일
This may occur if the Computer Vision System Toolbox is not installed. Type out VER in the MATLAB Command Prompt and see if you find this toolbox listed.
David Peiffer
David Peiffer 2014년 3월 25일
Thank you! I learned the Computer Vision System Toolbox is not part of my university license, hence the issues.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

질문:

2014년 3월 20일

댓글:

2014년 3월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by