-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·22 lines (20 loc) · 1.3 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##################################################################################################
Authors: Ewerton Silva, Tiago Carvalho, Anselmo Ferreira and Anderson Rocha
##################################################################################################
This is the UPDATED 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:
UPDATE DATE: AUGUST, 2017.
@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.4
How to compile: enter in the root folder and type make
How to run: ./test <input_file_path>
##################################################################################################