anselmoferreira/copy-move-detection
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
##################################################################################################
Authors: Ewerton Silva, Tiago Carvalho, Anselmo Ferreira and Anderson Rocha
##################################################################################################
This is the source code related to the paper 'Going deeper into copy-move forgery detection: exploring image telltales via multi-scale analysis and voting processes'
Please don't forget to cite us if you use this code in your work. The bibtex entry is as follows:
@article{Silva201516,
title = "Going deeper into copy-move forgery detection: Exploring image telltales via multi-scale analysis and voting processes ",
journal = "Journal of Visual Communication and Image Representation ",
volume = "29",
number = "0",
pages = "16 - 32",
year = "2015",
author = "Ewerton Silva and Tiago Carvalho and Anselmo Ferreira and Anderson Rocha",
}
##################################################################################################
Requirements: To compile the source code you must have OpenCv 2.3
How to compile: enter in the root folder and type make
How to run: ./test <input_file_path> <output_file_path>
##################################################################################################