fcentralizing.asv

来自「一个指纹识别系统」· ASV 代码 · 共 12 行

ASV
12
字号
function Fcentralize
global immagine n_bands h_bands n_arcs h_radius h_lato n_sectors matrice num_disk img fp_number message mes
global text1 text2 text3 text4 text5 text6 text7 text8 push1 push2 push3 push4 push5


[out,xc,yc]=centralizing(img,0);


imshow(a);
hold on;
plot(xc,yc,'O');
hold off;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?