Undefined function 'selectStrongest' for input arguments of type 'uint8'.

1 visualización (últimos 30 días)
While using the Surf feature i am getting this error "Undefined function 'selectStrongest' for input arguments of type 'uint8'.". and i have Computer vision system toolbox V6.2 installed and still I am getting a error.
  3 comentarios
rehab kh
rehab kh el 8 de Abr. de 2018
have error in this line
plot(selectStrongest(I, 100));
Walter Roberson
Walter Roberson el 8 de Abr. de 2018
https://www.mathworks.com/help/vision/ref/cornerpoints.selectstrongest.html
https://www.mathworks.com/help/vision/ref/selectstrongestbbox.html

Iniciar sesión para comentar.

Respuestas (1)

Wanbin Song
Wanbin Song el 29 de Jul. de 2015
Try to change the work folder to simple directory such as C:\work.
It happens when there is a function or matrix files in the working directory which has same name with builtin function.

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