필터 지우기
필터 지우기

[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
abhijith sugathan 2019년 3월 3일
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
abhijith sugathan 2019년 3월 3일
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