ForensicsToolbox.ELAAnalysis Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of image-forensics Show documentation
Show all versions of image-forensics Show documentation
A library of image forensics algorithms for tampering localization.
The newest version!
package ForensicsToolbox;
/**
* Created by marzampoglou on 10/6/15.
*/
public class ELAAnalysis {
public String ELA_Output;
public double ELA_MaxValue;
public double ELA_MinValue;
}