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?
Ältere Kommentare anzeigen
grayImage = rgb2gray(I); points = detectSURFFeatures(grayImage);
Antworten (1)
Walter Roberson
am 24 Jul. 2017
0 Stimmen
That requires the Computer Vision Toolbox to be licensed and installed, and r2011b or later
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!