⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 do_sift.m

📁 phow is the code for extracting pyramid features from image
💻 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 + -