Package seamcarving.seamfinding
-
Interface Summary Interface Description Node A node in a graph representation of a picture.SeamFinder Finds a horizontal seam through thePicture
with the lowest sum ofEnergyFunction
costs. -
Class Summary Class Description AdjacencyListSeamFinder Adjacency list graph single-sourceShortestPathSolver
implementation of theSeamFinder
interface.AdjacencyListSeamFinder.PixelGraph Adjacency list graph ofAdjacencyListSeamFinder.PixelGraph.Pixel
vertices andEnergyFunction
-weighted edges.DynamicProgrammingSeamFinder Dynamic programming implementation of theSeamFinder
interface.GenerativeSeamFinder Generative adjacency list graph single-sourceShortestPathSolver
implementation of theSeamFinder
interface.GenerativeSeamFinder.PixelGraph Generative adjacency list graph ofGenerativeSeamFinder.PixelGraph.Pixel
vertices andEnergyFunction
-weighted edges.SeamFinderInputSizeExperiments Run timing experiments and save a CSV file for eachSeamFinder
implementation.SeamFinderMultiTest Compare differentSeamFinder
implementations to check that they compute the same values.