Info

This question is closed. Reopen it to edit or answer.

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

4 views (last 30 days)
UPTO TERMINATION PART I CAN ABLE TO GET THE OUTPUT.BUT, AFTER TERMINATION I HAVE AN ERROR IN BIFURCATION.

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!