How can i add computer vision toolbox in matlab R2010a?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Walter Roberson
le 11 Jan 2014
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 commentaires
Andreas Goser
le 10 Jan 2014
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 commentaires
Walter Roberson
le 11 Jan 2014
SURF algorithm, not surf() command. http://www.mathworks.com/help/vision/ref/detectsurffeatures.html
Voir également
Catégories
En savoir plus sur Computer Vision with Simulink dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!