15
IRIS 1 Iris Recognition And Identification System

Iris Recognition And Identification2

Embed Size (px)

Citation preview

Page 1: Iris Recognition And Identification2

IRIS 1

Iris Recognition And Identification System

Page 2: Iris Recognition And Identification2

IRIS 2

Team members

Salman Baig.A 1MS07IS089 Syed Ahmed M.P 1MS07IS091 Prashant 1MS08IS406

Page 3: Iris Recognition And Identification2

IRIS 3

Problem Statement

Cost effective Use of camera which is 80%

efficient. Instead 3D, use of 2D Geometric normalization to

transform image from cartesian to polar form.

Use of Binary code.

Page 4: Iris Recognition And Identification2

IRIS 4

Design & ImplementationIRIS RECOGNITION PROCESS FLOW

SAVE TOMEMORY

IRISUNROLLING

IRISLOCALIZATION

PUPIL IRISRADIUS

DETECTION

CANNY EDGEDETECTION

PUPIL CENTREDETECTION

NO

NOTMATCHING

MATCHFOUND?

MEDIANFILTER

GRAY SCALE

SCAN AN EYE

NEW USER EXISTING USER

MATCH EYEAGAINST MY

MEMORY

SCAN AN EYE

WELCOMEUSER!!!YES

Page 5: Iris Recognition And Identification2

IRIS 5

System designModule load agent

Page 6: Iris Recognition And Identification2

IRIS 6

Page 7: Iris Recognition And Identification2

IRIS 7

Module 2

Page 8: Iris Recognition And Identification2

IRIS 8

Page 9: Iris Recognition And Identification2

IRIS 9

Module 3:Save into memory

Page 10: Iris Recognition And Identification2

IRIS 10

Page 11: Iris Recognition And Identification2

IRIS 11

Module 4: Match against my memory

Page 12: Iris Recognition And Identification2

IRIS 12

Page 13: Iris Recognition And Identification2

IRIS 13

Module 5: view my memory

Page 14: Iris Recognition And Identification2

IRIS 14

Page 15: Iris Recognition And Identification2

IRIS 15

Canny Edge Detection Noise Reduction Raw image with Guassian filter G=sqrt(Gx *Gx + Gy*Gy) Angle = Gy/Gx 0 deg – North-South 45 deg – North-West 90 deg – East- West 135 deg- North East- South West