Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. fc = [100;100;10;-pi/8] ;
  2. [f,d] = vl_sift(I,'frames',fc) ;
  3.  
  4. fc = [100;100;10;0] ;
  5. [f,d] = vl_sift(I,'frames',fc,'orientations') ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement