Image Forgery Detection System
Taking an input dataset of images,
computing the hashes, and storing them
in a data structure to facilitate fast,
efficient search.
Accepting an input query image from the
user, computing the hash, and finding all
near-identical images in our indexed
dataset.
The built system is Invariant to :
+ Rotation
+ Scaling
+ Copy-Paste
+ Copy-Move