
ForensicsToolbox.GhostAnalysis 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!
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ForensicsToolbox;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author marzampoglou
*/
public class GhostAnalysis {
public List GhostOutput = new ArrayList();
public String GhostGIFOutput;
public List GhostQualities = new ArrayList();
public List GhostDifferences = new ArrayList();
public List Ghost_MinValues = new ArrayList();
public List Ghost_MaxValues = new ArrayList();
public int GhostMinQuality;
public int GhostMaxQuality;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy