Package seamcarving
Class SeamFinderInputSizeExperiments
- java.lang.Object
 - 
- seamcarving.SeamFinderInputSizeExperiments
 
 
- 
class SeamFinderInputSizeExperiments extends Object
Run timing experiments and save a CSV file for eachSeamFinderimplementation. 
- 
- 
Field Summary
Fields Modifier and Type Field Description private static intINPUT_STEP_SIZEStep size increment.private static intMAX_INPUT_SIZEMaximum image dimensions in pixels.private static intNUM_TRIALSNumber of trials to per implementation run.private static StringTESTTest directory name. 
- 
Constructor Summary
Constructors Constructor Description SeamFinderInputSizeExperiments() 
 - 
 
- 
- 
Field Detail
- 
MAX_INPUT_SIZE
private static final int MAX_INPUT_SIZE
Maximum image dimensions in pixels. Making this smaller means experiments run faster.- See Also:
 - Constant Field Values
 
 
- 
INPUT_STEP_SIZE
private static final int INPUT_STEP_SIZE
Step size increment. Making this smaller means experiments run slower.- See Also:
 - Constant Field Values
 
 
- 
NUM_TRIALS
private static final int NUM_TRIALS
Number of trials to per implementation run. Making this smaller means experiments run faster.- See Also:
 - Constant Field Values
 
 
- 
TEST
private static final String TEST
Test directory name.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
main
public static void main(String[] args) throws IOException
- Throws:
 IOException
 
 - 
 
 -