do_sift.m
来自「phow is the code for extracting pyramid 」· M 代码 · 共 7 行
M
7 行
function do_sift(img,regions,sift)
%comanda = sprintf('./compute_descriptors.ln -sift -i %s -p1 %s -o1 %s',imatge,regions,sift);
%comanda = sprintf('./compute_descriptors.ln -sift -scale-mult 1 -sift-mag-thr 200 -i %s -p2 %s -o2 %s -DR',img,regions,sift);
comanda = sprintf('./compute_descriptor.ln -sift -scale-mult 1 -sift-mag-thr 200 -i %s -p2 %s -o2 %s',img,regions,sift);
unix(comanda);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?