- This project is TAMPERING OF PAN CARD using Computer Vision. It will help different organization in detecting whether the id i.e the pan card provided to them by their employees or customers or anyone is original or not.
- GET IMAGES FROM USERS
- 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 IMAGE
- FINDING THE THRESHOLD OF THE IMAGE
- FINDING CONTOUR AND GRAB THOSE CONTOUR USING IMUTILS
- DRAW A BOUNDING RECTANGLE USING THESE CONTOURS
- PLOT DIFFRENCE, THRESHOLD, ORIGINAL AND TAMPERED IMAGE
- COMPARE ALL THE IMAGES AND CHECK THE SIMILARITY SCORE TO DECIDE TAMPERING