一、简介
模型参考这里。
二、源代码
clear; close all; figure w=0; text11='指纹1';text12='指纹 2'; h=uicontrol('Style','pushbutton','String','开始','Callback','image1=scanimage;image2=scanimage;subplot(2,2,1);imagesc(image1);title(text11);subplot(2,2,2);imagesc(image2);title(text12);colormap(gray);','Position',[0,10,80,20]); %text='Please input the block size'; %h=uicontrol('Style','pushbutton','String','二值化','Callback','W=inputdlg(text); %W=str2num(char(W));subplot(2,2,3);o1=thres(i