Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

sift extract keypoints

i want to know how sift extract keypoints from image? or how these lines work?

% Call keypoints executable if isunix command = '!./sift '; else command = '!siftWin32 ';%this on end command = [command ' <tmp.pgm &gt;tmp.key'];="" eval(command);%fill="" data="" of="" tmp.pgm="" in="" tmp.key<="" p="">

sift extract keypoints

i want to know how sift extract keypoints from image? or how these lines work?

% Call keypoints executable
if isunix
 command = '!./sift ';
else
  command = '!siftWin32 ';%this on
end
command = [command ' <tmp.pgm &gt;tmp.key'];="" eval(command);%fill="" data="" of="" tmp.pgm="" in="" tmp.key<="" p="">

>tmp.key']; eval(command);%fill data of tmp.pgm in tmp.key