?? do_sift.m
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -