91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1KB
    文件類型: .m
    金幣: 1
    下載: 0 次
    發布日期: 2021-05-10
  • 語言: Matlab
  • 標簽: matlab??指紋識別??

資源簡介

matlab 指紋識別 很好的課程設計代碼

資源截圖

代碼片段和文件信息

function?[sector_num]?=?whichsector(index)
%?Modiofied?by?Luigi?Rosa
%?index?is?the?index?of?current?pixel?of?cropped?image?(?cropped?image?is
%?175?x?175?);?sector_num?is?the?output?and?represents?what?is?the
%?corresponding?sector.
global?immagine?n_bands?h_bands?n_arcs?h_radius?h_lato?n_sectors?matrice

length?=?h_lato;
x?=?rem(?index??length?);
y?=?floor(index?/?length);

x?=?x?-?floor(length?/?2);
y?=?y?-?floor(length?/?2);

rad?=?(x*x)?+?(y*y);
if?rad?????sector_num?=?(n_sectors-1)+1;
????sector_nu

評論

共有 條評論