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!