掌纹识别可以区分其中的区域 并且进行识别
图的预处理阶段
disp('Sobel算子自动选择的阀值为:')
disp(thresh)
figure
subplot(2,2,1);
imshow(BW2);
xlabel('b)自动阀值的Sobel算子边缘检测');
SE=strel('disk',80);
BW3=imdilate(BW2,SE);
变换
掌纹识别可以区分其中的区域 并且进行识别
图的预处理阶段
disp('Sobel算子自动选择的阀值为:')
disp(thresh)
figure
subplot(2,2,1);
imshow(BW2);
xlabel('b)自动阀值的Sobel算子边缘检测');
SE=strel('disk',80);
BW3=imdilate(BW2,SE);
变换