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

조회 수: 1 (최근 30일)
Avinash Kumar
Avinash Kumar 2015년 4월 27일
댓글: Walter Roberson 2018년 4월 8일
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
rehab kh
rehab kh 2018년 4월 8일
have error in this line
plot(selectStrongest(I, 100));
Walter Roberson
Walter Roberson 2018년 4월 8일
https://www.mathworks.com/help/vision/ref/cornerpoints.selectstrongest.html
https://www.mathworks.com/help/vision/ref/selectstrongestbbox.html

댓글을 달려면 로그인하십시오.

답변 (1개)

Wanbin Song
Wanbin Song 2015년 7월 29일
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.

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by