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 |
---|---|
static void |
SynthAide.blend(Patch fromPatch,
Patch toPatch,
int x,
int y,
double frompart)
This blends the pixel values at (x,y) from the two patches and puts the result in toPatch.
|