How can i add computer vision toolbox in matlab R2010a?
2 次查看(过去 30 天)
显示 更早的评论
I want to use SURF algorithm so for that i need computer vision tool box in matlab which is not available in R2010a. So plz help me
0 个评论
回答(2 个)
Walter Roberson
2014-1-11
In short: if you must use R2010a then you will need to write the SURF algorithms yourself.
To use Mathwork's implementation, you must upgrade to R2013b.
Or you could buy Mathworks itself, the complete company, and direct the employees to back-port the routines to R2010a.
0 个评论
Andreas Goser
2014-1-10
The SURF command is part of basic MATLAB, but of course used in many examples when having an application with the Computer Vision Toolbox.
Do you have purchased the Computer Vision Toolbox?
2 个评论
Walter Roberson
2014-1-11
SURF algorithm, not surf() command. http://www.mathworks.com/help/vision/ref/detectsurffeatures.html
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!