An open API service indexing awesome lists of open source software.

https://github.com/aliktk/copy_move_forgery_detection

Detection of copy-move forgery in an image with CMDF methods. (SIFT, SURF, AKAZE, RANSAC, IHC)
https://github.com/aliktk/copy_move_forgery_detection

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Copy Move Forgery Detection

#### Detection of copy-move forgery in an image.
> In this project, SIFT, SURF, IHC and AKAZE methods are used for key point detection. Ransac algorithm ise used to remove wrong matches.
### Results
> Binary Matched Results
* Cat

![alt text](https://github.com/tugbaca/Copy_Move_Forgery_Detection/blob/main/Results/cats.PNG)

* Money

![alt text](https://github.com/tugbaca/Copy_Move_Forgery_Detection/blob/main/Results/moneyresultss.PNG)

* Duck

![alt text](https://github.com/tugbaca/Copy_Move_Forgery_Detection/blob/main/Results/duck2.PNG)

> Triple Matched Results
* Duck

![alt text](https://github.com/tugbaca/Copy_Move_Forgery_Detection/blob/main/Results/Duck3s.PNG)

> Rotated Copy Example
* Tree and Lake

![alt text](https://github.com/tugbaca/Copy_Move_Forgery_Detection/blob/main/Results/rotated-tree-lake.PNG)

> Camouflaged Image Example
* Tea Plantation

![alt text](https://github.com/tugbaca/Copy_Move_Forgery_Detection/blob/main/Results/camouflage.PNG)