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
Walter Roberson 2013 年 3 月 22 日
Do you have the Computer Vision Toolbox installed and licensed?

4 件のコメント

Keta shah
Keta shah 2013 年 3 月 22 日
no i dont have the computer vision toolbox.
That has the only detectSURFFeatures() function.
Keta shah
Keta shah 2013 年 3 月 25 日
but rather than that function how can i detect the features from stereo images..?
Sorry I have no idea.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeComputer 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