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

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 Kommentare

Could you please post the relevant section of the code where the error occurs?
have error in this line
plot(selectStrongest(I, 100));
https://www.mathworks.com/help/vision/ref/cornerpoints.selectstrongest.html
https://www.mathworks.com/help/vision/ref/selectstrongestbbox.html

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Wanbin Song
Wanbin Song am 29 Jul. 2015

0 Stimmen

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.

Kategorien

Gefragt:

am 27 Apr. 2015

Kommentiert:

am 8 Apr. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by