I get this error message when using detectSURFFeatures : Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'. The docs say that the function takes uint8. What is the solution?
Afficher commentaires plus anciens
grayImage = rgb2gray(I); points = detectSURFFeatures(grayImage);
Réponses (1)
Walter Roberson
le 24 Juil 2017
0 votes
That requires the Computer Vision Toolbox to be licensed and installed, and r2011b or later
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!