フィルターのクリア

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 件のコメント
Keta shah
Keta shah 2013 年 3 月 25 日
but rather than that function how can i detect the features from stereo images..?

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

カテゴリ

Help Center および File ExchangeImage 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