Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 512 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 512 Bytes

Python-ELA

Python implementation of the Error Level Analysis algorithm in scikit-image with a GUI made in TKinter

More details

I am sharing a .pdf file regarding my notes on the implementation and on some results. The report was written in romanian, so feel free to translate it for further details.

Project structure

  • images folder: contains some test images for the algorithm
  • ELA.py: tests the ELA technique on the test images
  • requirements.txt: requirements needed for the python file to run