Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
I = imread('cameraman.tif'); points = detectSURFFeatures(I); imshow(I); hold on; plot(points.selectStrongest(10));

Antworten (1)

Walter Roberson
Walter Roberson am 22 Mär. 2013
Do you have the Computer Vision Toolbox installed and licensed?
  4 Kommentare
Keta shah
Keta shah am 25 Mär. 2013
but rather than that function how can i detect the features from stereo images..?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Image Processing and Computer Vision finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by