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 个)

Do you have the Computer Vision Toolbox installed and licensed?

类别

帮助中心File Exchange 中查找有关 Computer Vision Toolbox 的更多信息

提问:

2013-3-22

Community Treasure Hunt

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

Start Hunting!

Translated by