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 | Class and Description |
---|---|
class |
Patch
This is a rectangular patch of pixels belonging to a image.
|
Modifier and Type | Method and Description |
---|---|
static void |
SynthAide.copy(View from,
View to,
int firstx,
int firsty,
int width,
int height)
This copies a rectangular region of pixels from one view to another.
|
static int |
SynthAide.ssd(View view1,
View view2,
int x,
int y)
This computes the sum (across channels) of squared differences between the pixel values at
the given coordinate in the given views.
|