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
Dima Lisin
2015년 4월 27일
Could you please post the relevant section of the code where the error occurs?
rehab kh
2018년 4월 8일
have error in this line
plot(selectStrongest(I, 100));
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
2015년 7월 29일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!