In our C# project, we are looking for an implementation so that we can compare two images that can be retrieved from camera. So, as the same image captured on different location of every picture, we need to compare two images by ignoring the location of them on the pictures (i.e. comparing the same person's pictures taken from different times). Could ypu please clarify me if such a kind of implementation is possible in C# and if so give an example? Thanks in advance.
Update: Here are the two same F letter on different locations of images. As the F letters are the same, the comparison result should say that "these images (or photos) are the same". But when making comparison, the result is not same because it compares pixel by pixel. Any idea?