Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
I = imread('cameraman.tif'); points = detectSURFFeatures(I); imshow(I); hold on; plot(points.selectStrongest(10));

Réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by