how to solve this error" Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'" in following code
古いコメントを表示
I = imread('cameraman.tif'); points = detectSURFFeatures(I); imshow(I); hold on; plot(points.selectStrongest(10));
回答 (1 件)
Walter Roberson
2013 年 3 月 22 日
0 投票
Do you have the Computer Vision Toolbox installed and licensed?
4 件のコメント
Keta shah
2013 年 3 月 22 日
Walter Roberson
2013 年 3 月 22 日
Keta shah
2013 年 3 月 25 日
Walter Roberson
2013 年 3 月 25 日
Sorry I have no idea.
カテゴリ
ヘルプ センター および File Exchange で Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!