Do I need both Computer Vision System Toolbox and Image Processing Toolbox to use OCR?
이전 댓글 표시
I saw OCR function is included with the Computer Vision Toolbox, but many examples also use Image Processing toolbox. Do I need to buy both of them to get the best performance?
채택된 답변
추가 답변 (1개)
Ameer Hamza
2018년 4월 24일
0 개 추천
Yes, unless you can develop an OCR from scratch, you will need Computer Vision Toolbox to use OCR. Image processing toolbox is also required since you will also want to visualize the images and many important image visualization tools such as imshow() are packaged with it.
댓글 수: 1
Matt J
2018년 4월 24일
For visualization purposes, you might be able to get away with image() and imagesc() which don't require any toolboxes.
카테고리
도움말 센터 및 File Exchange에서 Get Started with Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!