Info
此问题已关闭。 请重新打开它进行编辑或回答。
ago clc clear all close all I=imread('pat.bmp'); X=im2double(I); J = histeq(X); subplot(4,1,1) imshow(X) title('input fingerprint'); subplot(4,1,2) imshow(J) title('histogram eq'); subplot(4,1,3) imhist(X,64) title('hist of X'); subplot(4,1,4) imhist
2 次查看(过去 30 天)
显示 更早的评论
UPTO TERMINATION PART I CAN ABLE TO GET THE OUTPUT.BUT, AFTER TERMINATION I HAVE AN ERROR IN BIFURCATION.
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!