Package seamcarving

Class SeamFinderInputSizeExperiments


  • class SeamFinderInputSizeExperiments
    extends Object
    Run timing experiments and save a CSV file for each SeamFinder implementation.
    • 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
    • Constructor Detail

      • SeamFinderInputSizeExperiments

        SeamFinderInputSizeExperiments()