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?
Show older comments
grayImage = rgb2gray(I); points = detectSURFFeatures(grayImage);
Answers (1)
Walter Roberson
on 24 Jul 2017
0 votes
That requires the Computer Vision Toolbox to be licensed and installed, and r2011b or later
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!