This report consists of how we did minutia
extraction and remove the false minutia in our project. Block diagram shows how
finger print reorganization system works.
The eight neighboring pixels of P are scanned in
clockwise direction as given below
P2
|
P3
|
P4
|
P1
|
P2
|
P5
|
P8
|
P7
|
P6
|
Now to remove the false
minutia I make a function (false_mi_det ()) to remove false minutia. First I
compare the image with the mask image to remove the false minutias which are at
the edge of the image. First I locate the minutia then take the neighbor values
and multiply with the values of the mask image at that location. After
multiplication values are equal to the values of the taken values then it is
the right minutia otherwise false.
To remove the false
minutia form the image first locate the minutia then make a neighbored matrix
and find the connected pixel with the minutia and assign then one after that
count the number of transitions 0 to 1 or 1 to 0 at the edge of the matrix. For
right minutia transitions should be two and for bifurcation transitions should
be six other wise remove that minutia or bifurcation.
Valid Bifurcation Valid Minutia
If two minutias are
within given rage then that can be a broken line so if two minutias are so
close then remove these minutia and if minutia is close to the bifurcation then
it can be a spike so remove that minutia and bifurcation.
After implement this all
in Matlab results are
If someone require further information indox me
Finger Print from Imran Baig
0 comments:
Post a Comment