how to solve this error" Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'" in following code

1 次查看(过去 30 天)
I = imread('cameraman.tif'); points = detectSURFFeatures(I); imshow(I); hold on; plot(points.selectStrongest(10));

回答(1 个)

Walter Roberson
Walter Roberson 2013-3-22
Do you have the Computer Vision Toolbox installed and licensed?
  4 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Processing and Computer Vision 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by