I am working on hand vein recognition system and I have already extracted the white pixel coordinates of the thinned vein patterns for 10 images and have stored them in a notepad.
Now, I have a query image and I have extracted the coordinates for the thinned vein patterns.
From here, how do I proceed with the matching phase by checking whether this query image exists in the database and also generate a matching score.
Thank You