All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ForensicsToolbox.GhostAnalysis Maven / Gradle / Ivy

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