SCT Assignment 2
SCT Assignment 2
SCT Assignment 2
INTRODUCTION
❑ Features of finger prints
❑ Finger print recognition system
❑ Why neural networks?
❑ Goal of the system
Features of finger prints
Edge detection: the edge of the image is defined where the gray scale levels
changes greatly.
also, orientation of ridges is determined for each 32x32 block of pixels using gray
scale gradient.
Ridge extraction: ridges are extracted using the fact that gray scale value of
pixels are maximum
along the direction normal to the ridge orientation.
Preprocessing system
Thinning: the extracted ridges are converted
into skeletal structure in which ridges are
only one pixel wide. thinning should not-
Remove isolated as well as surrounded
pixel.
Break connectedness. Make the image
shorter.
Classification