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 个)

此问题已关闭。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by