Research Article

Implementing Fusion Technique Using Biorthogonal Dwt to Increase the Number of Minutiae in Fingerprint Images

Algorithm 2

Determining the translational difference between two-point sets.
1. Denote with H 2D histogram with sizes (2d+1) x (2d+1) with initial values 0, counter t =0.
2. Select any point from the reference image with coordinates (xr, yr) and a random point from the image template with coordinates (Xt, Yt).
3. By solving the equations the values tx andty are determined.
4. If |tx| < d and |ty| < d, then ++H(tx + d, ty + d).
5. If ++t < tm go to step 2.
6. Denote with (txmax, tymax) peak histogram coordinates, return tx = txmax -d and ty = tymax -d.