Skip to content

Detection of copy-move forgery in an image with CMDF methods. (SIFT, SURF, AKAZE, RANSAC)

License

Notifications You must be signed in to change notification settings

cantugba/Copy_Move_Forgery_Detection

Repository files navigation

Copy Move Forgery Detection

Detection of copy-move forgery in an image.

In this project, SIFT, SURF and AKAZE methods are used for key point detection. Ransac algorithm ise used to remove wrong matches.

Install Dependencies: Navigate to your project's directory in the terminal and run:​

pip install -r requirements.txt

Results

Binary Matched Results

  • Cat

alt text

  • Money

alt text

  • Duck

alt text

Triple Matched Results

  • Duck

alt text

Rotated Copy Example

  • Tree and Lake

alt text

Camouflaged Image Example

  • Tea Plantation

alt text

Releases

No releases published

Packages

No packages published

Languages