How to detect SURF features on image in matlab?
3 ビュー (過去 30 日間)
古いコメントを表示
I am using detectSURFfeature tool but it is not working. Whatever is the image the error is shown as "Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'". But the input is of uint8 only.
0 件のコメント
回答 (2 件)
Dima Lisin
2014 年 12 月 18 日
detectSURFFeatures has been available in the Computer Vision System Toolbox since the R2011b release. So to use it you need MATLAB R2011b or later with the Computer Vision System Toolbox.
2 件のコメント
Dima Lisin
2015 年 1 月 6 日
Hi Bhuvan,
What do you see if you do
>> which detectSURFFeatures
Also, can you please verify that you indeed have the Computer Vision System Toolbox installed? Do you see it listed if you do
>> ver
参考
カテゴリ
Help Center および File Exchange で Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!