Search:

Type: Posts; User: zion

Search: Search took 0.15 seconds.

  1. Re: Peak signal to noise ratio code ...how to take input and get the out morever my code is not running plzz help

    ArrayIO.readByteArray(args[2], img1, nrows, ncols);
    ArrayIO.readByteArray(args[3], img2, nrows, ncols);
    errors r cuming in these two lines
    when i compile the above program it compile but does not...
  2. Peak signal to noise ratio code ...how to take input and get the out morever my code is not running plzz help

    *********************************************************************
    */
    import java.io.*;

    public class Psnr {

    public static double log10(double x) {
    return Math.log(x)/Math.log(10);...
Results 1 to 2 of 2