In this project, we will detect tampering of pan card using computer vision. This will help the different organizations in detecting whether the id of the pan card is original or not
STEPS:
- Get images from user
- Check for size and format of the image
- Change shape and size of image according to the original image
- convert the image to grayscale
- find the similarity index of the images
- finding the threshold of the image
- find contour and grab those using imutils
- Draw a bounding rectangle using these contour
- plot difference, threshold, original and tampered image
- compare all the images and check the similarity score to decide tampering