Package de.mpi.rgblab.data

Examples of de.mpi.rgblab.data.Data0.importData()


  public static void main(String[] args) {
    //d = new Data();
    Data0 d0 = new Data0();

    //d.importData("usa_houshold_and_income_screen_coordinates.dat");
    d0.importData("usa_houshold_and_income_screen_coordinates.dat");

    Vector<ColorModel> rgbColors = ColorReader
        .getColorsAsColorModel("colors.dat");
    //d.computeSaliencyTest(20, rgbColors);
    d0.computeSaliencyTest(20, rgbColors, 1);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.