I keep getting this error "Undefined function 'vl_sift' for input arguments of type 'single'.".....can anyone explain what this is/
이전 댓글 표시
Undefined function 'vl_sift' for input arguments of type 'single'.
I keep getting the above mentioned error while trying to extract sift features...i am using matlab r2013a .
댓글 수: 3
Geoff Hayes
2014년 9월 10일
Kotti - where in your code are using calling vl_sift? The error message is telling you (at least) one of two things - either vl_sift does not accept inputs of type single or MATLAB cannot find the function. In the Command Window, type
which vl_sift -all
What do you see as the result? If 'vl_sift' not found. appears, then you do not have the function or it is not in the MATLAB search path. If the latter, then just add the folder that contains this file to the path.
Kotti
2014년 9월 10일
Kotti
2014년 9월 10일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 SIFT - Scale Invariant Feature Transform에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!