public class AddingMosaicker extends Mosaicker
| Constructor and Description |
|---|
AddingMosaicker() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get a description of this component
|
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, updateHeaderpublic String getName()
public String getDescription()
getDescription in interface ComponentgetDescription in class Mosaickerpublic void process(Image[] input, Image output, int[] osource, Sampler samp, DepthSampler dSampler)
process in interface Processorprocess in class Mosaickerinput - An array of input images.output - The image whose data is to be filled.osource - A dummy input array.samp - The sampler to be used to sample the input images.dSampler - The sampler (if any) in the energy dimension.