Do I need both Computer Vision System Toolbox and Image Processing Toolbox to use OCR?
Show older comments
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?
Accepted Answer
More Answers (1)
Ameer Hamza
on 24 Apr 2018
0 votes
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 Comment
Matt J
on 24 Apr 2018
For visualization purposes, you might be able to get away with image() and imagesc() which don't require any toolboxes.
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!