A B C D E F G H I L M N O P R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- GenerativeSeamFinder - Class in seamcarving
-
Generative adjacency list graph single-source
ShortestPathSolver
implementation of theSeamFinder
interface. - GenerativeSeamFinder(ShortestPathSolver.Constructor<Node>) - Constructor for class seamcarving.GenerativeSeamFinder
-
Constructs an instance with the given
ShortestPathSolver
implementation. - GenerativeSeamFinder.PixelGraph - Class in seamcarving
-
Generative adjacency list graph of
GenerativeSeamFinder.PixelGraph.Pixel
vertices andEnergyFunction
-weighted edges. - GenerativeSeamFinder.PixelGraph.Pixel - Class in seamcarving
-
A pixel in the
GenerativeSeamFinder.PixelGraph
representation of thePicture
withEnergyFunction
-weighted edges to neighbors. - get(int, int) - Method in class seamcarving.Picture
-
Returns the 24-bit red-green-blue (RGB) color for the pixel (x, y).
- getExpectedSeamEnergy(String, boolean) - Static method in class seamcarving.SeamFinderMultiTest
-
Returns the expected energy for a minimum-cost seam in the picture corresponding to the file name.
- getLocations(String, Location) - Method in class huskymaps.MapGraph
-
Return all locations that match a valid location name.
- getLocationsByPrefix(String) - Method in class huskymaps.MapGraph
-
Return the names of all locations that prefix-match the query string.
- getSeamEnergy(Picture, List<Integer>, boolean) - Static method in class seamcarving.SeamFinderMultiTest
-
Returns the energy of the given seam in the picture.
- goal - Variable in class graphs.AStarSolver
- Graph<V> - Interface in graphs
-
Directed, edge-weighted graph.
- graphs - package graphs
- green(int) - Static method in class seamcarving.DualGradientEnergyFunction
-
Returns the 8-bit green color component as an
int
.
All Classes All Packages