|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectskyview.process.Mosaicker
public class Mosaicker
A mosaicker is an object which creates a new image from a set of input images.
| Constructor Summary | |
|---|---|
Mosaicker()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get a description of this component |
java.lang.String |
getName()
Get the name of this component |
static java.lang.String |
ordinalSuffix(int n)
Find appropriate ordinal suffix for a given integer. |
void |
process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler)
Populate the pixel values of the output mosaic. |
void |
updateHeader(Header h)
Describe the mosaicking of the image . |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mosaicker()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface Componentpublic java.lang.String getDescription()
getDescription in interface Component
public void process(Image[] input,
Image output,
int[] osource,
Sampler samp,
DepthSampler dSampler)
process in interface Processorinput - An array of input images.output - The image whose data is to be filled.osource - An integer array giving the source image to be used
for the output pixels. Note that depending upon
the mosaicker used, source may be dimensioned as either
nx*ny or (nx+1)*(ny+1).pixels - The pixel locations to be used in the mosaicking.samp - The sampler to be used to sample the input images.dsamp - The sampler (if any) in the energy dimension.public void updateHeader(Header h)
updateHeader in interface Processorpublic static java.lang.String ordinalSuffix(int n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||