Searched defs:given (Results 1 – 3 of 3) sorted by relevance
72 public float calcErrorRS(Bitmap ideal, Bitmap given) { in calcErrorRS()117 public void calcErrorHeatmapRS(Bitmap ideal, Bitmap given, Bitmap output) { in calcErrorHeatmapRS()132 public static float calcError(Bitmap ideal, Bitmap given) { in calcError()
235 private void compareImages(Bitmap ideal, Bitmap given, String filename) { in compareImages()
296 public void setGiven(String given) { mGiven = given; } in setGiven()