[k1,d1] = vl_sift(im1), I need to call the function given. Can any one send me the coding for "vl_sift" call

3 次查看(过去 30 天)
I am working on image mosaicing, i have download a reference code i.e. mosaicing.m, there i lost "vl_sift" fuction call.can any one send me code for this .
Thank you
  1 个评论
abhijith sugathan
you just need to add the tool box vlfeat, and open the function vl_sift on your work space and execute the code. try two or more time you will get it
thank you.

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2015-10-15
Download that and unzip it in a directory. From there look in the folder toolbox/sift and you will find the .c and .m source code for vl_sift
The vl_sift.m file exists only to provide help information, and will have no executable code in it. This is normal and is the way that MATLAB is designed to provide help information for functions coded in other languages such as C
  2 个评论
ANJANEYA PRASAD
ANJANEYA PRASAD 2015-10-15
Thank you, But as i told i am executing image mosaicing code(mosaicing.m).So there " vl_sift " is used as a call function for finding sift features.i downloaded the file you have given and by executing this i got error as"Error in mosaic (line 17) [k1,d1] = vl_sift(im1);". please tell me how make it correct.
Thank you
abhijith sugathan
you just need to add the tool box vlfeat, and open the function vl_sift on your work space and execute the code. try two or more time you will get it
thank you.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Filter Banks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by