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!