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?
Mostra commenti meno recenti
grayImage = rgb2gray(I); points = detectSURFFeatures(grayImage);
Risposte (1)
Walter Roberson
il 24 Lug 2017
0 voti
That requires the Computer Vision Toolbox to be licensed and installed, and r2011b or later
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!