Image-Processing to Computer-Vision
显示 更早的评论
I wrote a code that contains functions from image processing's toolbox I want to write the same function but this time the code need to use functions only from computer vision's toolbox. I know that it is possible to find almost every functions from image processing's toolbox in computer vision's toolbox. Where can I find a lookup table that convert function from one toolbox to another one
回答(1 个)
Wayne King
2013-3-18
0 个投票
The Computer Vision System Toolbox requires the Image Processing Toolbox, so why do you want to try and separate the two? You may well find that CVST functions may use IPT functions under the hood in some instances so you won't be avoiding IPT.
3 个评论
Avri
2013-3-18
Sean de Wolski
2013-3-18
MATLAB Coder supports a bunch of IPT functionality...
Avri
2013-3-18
类别
在 帮助中心 和 File Exchange 中查找有关 Image Processing and Computer Vision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!