Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
I = imread('cameraman.tif'); points = detectSURFFeatures(I); imshow(I); hold on; plot(points.selectStrongest(10));

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by