free download of matlab code for iris recognition system
#1

free download of matlab code for iris recognition system
Reply
#2
free download of matlab code for iris recognition system

clear all;
close all;
clc;
%Reading the image
Img=imread('002L_1.png');
%%Pre Processing and Normalisation
figure;imshow(Img);title('INPUT EYE IMAGE');
%%Step 1: Converting to Gray sclae from rgb
Gray_imag=rgb2gray(Img);
figure;imshow(Gray_imag);title('IMAGE after Gray conversion');
%Deleting extra portion
t2=Gray_imag(:,65:708);
t3=t2(18:563,Smile;
figure;imshow(t3);title('IMAGE after Deleting extra portion');
%%Step 2: Resizing the image(546x644) to 512 x 512
t4=imresize(t3,[512,512],'bilinear');
figure;imshow(t4);title('IMAGE after resize');
%%Step 3: Histogram Equlisation
Hist_eq_img = histeq(t4,512);
figure;imshow(Hist_eq_img);title('IMAGE after Histogram Equlisation');
% Step 4: Gaussian Filtering
G = fspecial('gaussian',[512 512],20);
%Filter it
Hist_eq_img=double(Hist_eq_img);
Ig = imfilter(Hist_eq_img,G,'same');
%Display
%%Step 5: Canny Edge detection
BW2 = edge(Ig,'canny',0.53,1);
figure;imshow(BW2);title('IMAGE after canny edge detection');
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: free sourec code charecter recognition using matlab, iris recognition full project matlab code, iris recognition with matlab code pdfm, iris recognition ppt download for voting, ppt on iris recognition system using matlab, iris recognition code in matlab, download iris recognition algorithm code,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  power plant instrumentation by krishnaswamy pdf free download 3 24,012 10-02-2019, 07:00 PM
Last Post:
  karmakshetra epaper in bengali this week pdf free download 5 13,014 01-02-2019, 11:28 PM
Last Post:
  optical networks by rajiv ramaswami free download 3 11,331 20-11-2018, 07:25 AM
Last Post:
  free download machine design 2 jbk das book pdf 2 11,116 30-05-2018, 11:39 AM
Last Post: [email protected]
  free download internal combustion engine by mathur sharma pdf 3 9,542 26-12-2017, 10:41 AM
Last Post: jaseela123d
  design of machine elements by jbk das pdf free download 4 11,772 04-12-2017, 03:07 PM
Last Post: jaseela123d
  vlsi textbook pdf by bakshi free download 4 9,600 25-10-2017, 03:02 PM
Last Post: pinky
  veta spoken english books pdf free download 3 2,159 20-09-2017, 07:33 AM
Last Post: Guest
  free download source code for online movie ticket booking in java 2 18,725 15-08-2017, 03:21 PM
Last Post: Morshed
  jelet book pdf file free download 4 5,933 28-06-2017, 10:01 PM
Last Post: Guest

Forum Jump: