How do I get the correct data type for detectSURFFeatures?

2 visualizaciones (últimos 30 días)
alle1410
alle1410 el 26 de Mzo. de 2015
Respondida: Dima Lisin el 8 de Abr. de 2015
For the function 'detectSURFFeatures', I cannot get it to work because I am somehow using the wrong datatype. I have converted the image into all possible datatypes, but it is still not working. It is also already in greyscale. Please help.
  2 comentarios
Umakant
Umakant el 27 de Mzo. de 2015
Can you let me know what is the input to the 'detectSURFFeatures' in your case? What is the dimension of the input and do you get any error when you use the function?
alle1410
alle1410 el 7 de Abr. de 2015
Input: 648 x 1128 uint8 greyscale matrix
Error: Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'.
Error in Laser_Finder (line 12) laserPoints = detectSURFFeatures(laser_Image,'NumOctaves',1);

Iniciar sesión para comentar.

Respuestas (1)

Dima Lisin
Dima Lisin el 8 de Abr. de 2015
It sounds like you may not have the Computer Vision System Toolbox installed. Or you may not have a license. Or you may have an older version. detectSURFFeatures was introduced in R2011b.

Categorías

Más información sobre Computer Vision with Simulink 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