public class AddingMosaicker extends Mosaicker
Constructor and Description |
---|
AddingMosaicker() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Get a description of this component
|
java.lang.String |
getName()
Get the name of this component
|
void |
process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler)
Populate the pixel values of the output mosaic.
|
addPixels, ordinalSuffix, setUsedImages, updateHeader, updatesOutput
public java.lang.String getName()
public java.lang.String getDescription()
getDescription
in interface Component
getDescription
in class Mosaicker
public void process(Image[] input, Image output, int[] osource, Sampler samp, DepthSampler dSampler)