Package seamcarving.seamfinding
-
Interface Summary Interface Description Node A node in a graph representation of a picture.SeamFinder Finds a horizontal seam through thePicturewith the lowest sum ofEnergyFunctioncosts. -
Class Summary Class Description AdjacencyListSeamFinder Adjacency list graph single-sourceShortestPathSolverimplementation of theSeamFinderinterface.AdjacencyListSeamFinder.PixelGraph Adjacency list graph ofAdjacencyListSeamFinder.PixelGraph.Pixelvertices andEnergyFunction-weighted edges.DynamicProgrammingSeamFinder Dynamic programming implementation of theSeamFinderinterface.GenerativeSeamFinder Generative adjacency list graph single-sourceShortestPathSolverimplementation of theSeamFinderinterface.GenerativeSeamFinder.PixelGraph Generative adjacency list graph ofGenerativeSeamFinder.PixelGraph.Pixelvertices andEnergyFunction-weighted edges.SeamFinderInputSizeExperiments Run timing experiments and save a CSV file for eachSeamFinderimplementation.SeamFinderMultiTest Compare differentSeamFinderimplementations to check that they compute the same values.