edu.jhu.ece.iacl.algorithms.manual_label.staple
Class StapleTester

java.lang.Object
  extended by edu.jhu.ece.iacl.algorithms.manual_label.staple.StapleTester

public class StapleTester
extends java.lang.Object


Constructor Summary
StapleTester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.util.ArrayList<double[][]> produceSyntheticRatersDX(int dim, float[] ps, float[] qs)
           
static java.util.ArrayList<ImageData> produceSyntheticRatersVol(int[] dim, float[] ps, float[] qs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StapleTester

public StapleTester()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

produceSyntheticRatersDX

public static java.util.ArrayList<double[][]> produceSyntheticRatersDX(int dim,
                                                                       float[] ps,
                                                                       float[] qs)

produceSyntheticRatersVol

public static java.util.ArrayList<ImageData> produceSyntheticRatersVol(int[] dim,
                                                                       float[] ps,
                                                                       float[] qs)