How can i add computer vision toolbox in matlab R2010a?
이전 댓글 표시
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
답변 (2개)
Walter Roberson
2014년 1월 11일
1 개 추천
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.
Andreas Goser
2014년 1월 10일
0 개 추천
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
Andreas Goser
2014년 1월 13일
Ah! Good catch
카테고리
도움말 센터 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!