Image processing toolbox vs computer vision toolbox
7 次查看(过去 30 天)
显示 更早的评论
what is the different between image processing toolbox and computer vision toolbox?
0 个评论
回答(1 个)
Image Analyst
2021-9-12
The Image Processing Toolbox is generally lower level functions, like thresholding, morphology, connected components labeling, filtering, etc. It has all the basic functions.
The Computer Vision Toolbox has higher level functionality like tracking objects, face detection, etc. The Computer Vision Toolbox requires the Image Processing Toolbox to be installed.
Good overviews are given on their pages:
2 个评论
Image Analyst
2021-9-13
Most research papers use their own new algorithms rather than an already-published algorithm like the Computer Vision Toolbox uses.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!