Week 6 — Copy Move Forgery Detection

Eflatun Doğa AYDIN
BBM406 Spring 2021 Projects
2 min readMay 26, 2021

Hello, in this week we completed the porting of the MATLAB algorithm to Python and ran some test cases in the program to get some outputs.

Dataset

Since our project was established upon an existing paper, we have different datasets that we can work with, the dataset that we used for our small example can be downloaded here. It has 220 images in it and a ground truth file that describes them as 110 original and 110 forged images.

Our first task was to extract SIFT features on images to compare them. An example can be found in the images below.

(a) A forged image (b) SIFT keypoints extracted from it

--

--