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?
显示 更早的评论
grayImage = rgb2gray(I); points = detectSURFFeatures(grayImage);
回答(1 个)
Walter Roberson
2017-7-24
0 个投票
That requires the Computer Vision Toolbox to be licensed and installed, and r2011b or later
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!