I get this error message when using detectSURFFeatures : Undefined function 'detectSURFFeatures' for input arguments of type 'uint8'. The docs say that the function takes uint8. What is the solution?
Mostrar comentarios más antiguos
grayImage = rgb2gray(I); points = detectSURFFeatures(grayImage);
Respuestas (1)
Walter Roberson
el 24 de Jul. de 2017
0 votos
That requires the Computer Vision Toolbox to be licensed and installed, and r2011b or later
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!