Package | Description |
---|---|
net.sf.ij_plugins.quilting |
Provides for the Image Quilter plugin; performs texture synthesis using image quilting
algorithms of Efros and Freeman:
http://www.cs.berkeley.edu/~efros/research/quilting.html.
|
Modifier and Type | Method and Description |
---|---|
TwoDLoc |
MinPathFinder.bestSourceLoc()
This returns the loc of the best source column.
|
TwoDLoc |
MinPathFinder.follow(TwoDLoc currentLoc)
Given a row and column number, this says where to go next to head toward the destination.
|
TwoDLoc[][] |
MinPathFinder.getPaths() |
Modifier and Type | Method and Description |
---|---|
static java.util.LinkedList<TwoDLoc> |
SynthAide.lessThanEqual(double[][] vals,
double threshold)
This searches the given array for all non-negative values less than or equal to a given
threshold and returns the list of array indicies of matches.
|
Modifier and Type | Method and Description |
---|---|
TwoDLoc |
MinPathFinder.follow(TwoDLoc currentLoc)
Given a row and column number, this says where to go next to head toward the destination.
|