Package seamcarving
-
Interface Summary Interface Description EnergyFunction Determines the energy of a given (x, y) pixel index in aPicture.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.DualGradientEnergyFunction Dual-gradient implementation of theEnergyFunctioninterface forPictureobjects.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.Picture A digital picture represented as red-green-blue colorintpixels.SeamCarver Seam carving, an approach for content-aware image resizing.SeamFinderInputSizeExperiments Run timing experiments and save a CSV file for eachSeamFinderimplementation.SeamFinderMultiTest Compare differentSeamFinderimplementations to check that they compute the same values.