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!