Package seamcarving.seamfinding
Class SeamFinderInputSizeExperiments
- java.lang.Object
-
- seamcarving.seamfinding.SeamFinderInputSizeExperiments
-
class SeamFinderInputSizeExperiments extends Object
Run timing experiments and save a CSV file for eachSeamFinder
implementation.
-
-
Field Summary
Fields Modifier and Type Field Description private static int
INPUT_STEP_SIZE
Step size increment.private static int
MAX_INPUT_SIZE
Maximum image dimensions in pixels.private static int
NUM_TRIALS
Number of trials to per implementation run.private static String
TEST
Test 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
-
-