I'm trying to compare an uploaded image with the image stored in my project's root file. I found many related work which is useful to compare images. This link (https://www.c-sharpcorner.com/uploadfile/krishnasarala/compare-two-images-in-Asp-Net/) describe how to compare images.
I just want to compare with specific part. For example, I have an image in my root directory, the image is about government authorization stamp and signature and I want to check whether the uploaded image has same signature and stamp portion or not.
I value the help.