Package de.mpi.rgblab.data

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


    Vector<ColorModel> rgbColors = ColorReader
        .getColorsAsColorModel("colors.dat");
    //d.computeSaliencyTest(20, rgbColors);
    d0.computeSaliencyTest(20, rgbColors, 1);
    d0.computeVisibility(20);
    d0.export();
  }
}
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.