You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
How It works
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
About
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.