您的位置:首页 > 编程语言 > MATLAB

matlab 问题

2016-06-07 14:16 323 查看

I keep getting this error "Undefined function 'vl_sift' for input arguments of type 'single'.".....can anyone explain what this is/

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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: